如何模糊 CGImage 或 UIImageView
我有一个 UIImageView,里面有一个 .png 。我想在运行时模糊图像。我该怎么做?
I have a UIImageView with a .png inside it. I want to blur the image during runtime. How do I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能想要像高斯模糊这样的东西,您可以在谷歌上搜索大量信息和算法。我还发现了如何在iphone 为您发布的帖子,其中有一些针对 iPhone 的技巧。
You probably want something like a Gaussian Blur which you can google for loads of information and algorithms. I also found How to implement a box or gaussian blur on iphone post for you which has some tricks for the iPhone.