转自:http://blog.csdn.net/lovechris00/article/details/51496458
1.主要是运用 ImageUtil库,把原图通过矩阵色值设置层不同滤镜效果下的图片
2.页面整体布局:上UIImageView,下UICollectionView结合
3.保存到相册:
UIImageWriteToSavedPhotosAlbum(self.icon.image, self, @selector(imageSavedToPhotosAlbum:didFinishSavingWithError:contextInfo:), nil);
时间: 2024-10-13 20:22:41