iOS 简单滤镜

转自:http://blog.csdn.net/lovechris00/article/details/51496458

1.主要是运用 ImageUtil库,把原图通过矩阵色值设置层不同滤镜效果下的图片

2.页面整体布局:上UIImageView,下UICollectionView结合

3.保存到相册:

  UIImageWriteToSavedPhotosAlbum(self.icon.image, self, @selector(imageSavedToPhotosAlbum:didFinishSavingWithError:contextInfo:), nil);  

原文地址:https://www.cnblogs.com/lrr0618/p/5910201.html