iPhone adding blur effect to image [duplicate]

删除回忆录丶 提交于 2019-12-09 19:31:02

问题


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?


回答1:


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

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




回答2:


an other one could be this: Filtrr for iOS



来源:https://stackoverflow.com/questions/8593108/iphone-adding-blur-effect-to-image

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!