iPhone adding blur effect to image [duplicate]

2020-07-26 11:17发布

I have browsed stack for this so common issue, and have found that there is no default function to add blur effect to UIImage, and in order to make it one would have to manipulate individual pixels... I presume there are many advanced users who have tried and accomplished this. Does anyone have code to this, or some really specific pointers how this should be done?

2条回答
虎瘦雄心在
2楼-- · 2020-07-26 11:53

an other one could be this: Filtrr for iOS

查看更多
倾城 Initia
3楼-- · 2020-07-26 12:07

Here's an iOS image filter library which you could possibly use.

https://github.com/esilverberg/ios-image-filters

查看更多
登录 后发表回答