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);  

posted @ 2016-09-26 18:20  偶阵雨ss33  Views(113)  Comments(0Edit  收藏  举报