Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有任何过滤器可以在 iOS 中以编程方式对图像进行像素化?
如果没有,我怎样才能以简单的方式对图像进行像素化?
谢谢。
像iPad 上的 eBay 应用程序上的像素效果(菜单拖动打开,在左上角)
如果你的意思是像素化,你可以看看这两个链接
如何在 iOS 中对 UIImage 进行像素化/添加像素化效果
或者
如何对图像执行快速像素化过滤器?
如何使用Core Image名为的过滤器CIPixellate?我在如何对图像执行快速像素化过滤器的答案中发布了代码片段?
Core Image
CIPixellate