This question already has answers here:
How to implement a box or gaussian blur on iOS
                            
                                (7个答案)
                            
                    
                6年前关闭。
        

    

我浏览了堆栈以解决这一常见问题,发现没有默认功能可向UIImage添加模糊效果,并且要使其成为一个必须操纵单个像素即可...我想有很多高级用户已经尝试并实现了这一目标。有没有人对此有代码,或者有一些非常具体的指针,应该如何做?

最佳答案

这是您可以使用的iOS图像过滤器库。

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

关于iphone - iPhone为图像添加模糊效果,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/8593108/

10-09 21:50