多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
* [FLAnimatedImage](https://github.com/liric28/FLAnimatedImage) – gif播放处理的工具。 * [CLImageEditor](https://github.com/yackle/CLImageEditor) – 超强的图片编辑库,快速帮你实现旋转,防缩,滤镜等等一系列麻烦的事情。 * [VIPhotoView](https://github.com/vitoziv/VIPhotoView) – 用于展示图片的工具类,因为是个 View,所以你可以放在任何地方显示。支持旋转,双击指定位置放大等。 * [MWPhotoBrowser](https://github.com/mwaterfall/MWPhotoBrowser) – 一个非常不错的照片浏览器,在github的star接近3000个,[解决MWPhotoBrowser中的SDWebImage加载大图导致的内存警告问题](http://www.superqq.com/blog/2015/01/22/jie-jue-mwphotobrowserzhong-de-sdwebimagejia-zai-da-tu-dao-zhi-de-nei-cun-jing-gao-wen-ti/)。 * [core-image-explorer](https://github.com/objcio/issue-21-core-image-explorer) – Core Image 滤镜处理图片– swift ,[Core Image 介绍](http://objccn.io/issue-21-6/)。 * [CoreImageShop](https://github.com/rFlex/CoreImageShop) – CoreImageShop图片滤镜处理– Mac app that let you create a complete Core Image Filter usable on iOS using SCRecorder。 * [GPUImage](https://github.com/BradLarson/GPUImage) – 处理图片效果。 * [RSKImageCropper](https://github.com/ruslanskorb/RSKImageCropper) – 适用于iOS的图片裁剪器,类似Contacts app,可上下左右移动图片选取最合适的区域。 * [WZRecyclePhotoStackView](http://code.cocoachina.com/detail/232156) – 删除照片交互–WZRecyclePhotoStackView,就是模拟生活中是删除或保留犹豫不决的情形而产生的。 在上滑,下滑的部分,借鉴了[TinderSimpleSwipeCards](https://github.com/cwRichardKim/TinderSimpleSwipeCards)。 * [TimingFunctionEditor](https://github.com/schwa/TimingFunctionEditor) – TimingFunctionEditor用swift编写, 贝塞尔曲线编辑器,编辑后可以预览或拷贝代码片段直接使用。P.S. 该项目采用更简单的依赖管理器 [Carthage](https://github.com/Carthage/Carthage) ,而非常用的 CocoaPods。[Carthage介绍中文](http://www.cocoachina.com/ios/20141204/10528.html)。 * [AAFaceDetection](https://github.com/aaronabentheuer/AAFaceDetection) – AAFaceDetection–swift,简单、实用的面部识别封装库。虽然该技术从 iOS 5 发展,不过真正有趣的应用还不多。。 * [PhotoTweaks](https://github.com/itouch2/PhotoTweaks) – 这个库挺赞的,正好是对图像操作的。 * [Concorde](https://github.com/contentful-labs/Concorde) – swift, Concorde, 一个可用于下载和解码渐进式 JPEG 的库, 可用来改善应用的用户体验。 * [ZoomTransition](https://github.com/tristanhimmelman/ZoomTransition) – swift, 通过手势操控图片的放大、缩小、旋转等自由变化效果的组件及示例。 * [AFImageHelper](https://github.com/melvitax/AFImageHelper) – swift,一套针对 UIImage 和 UIImageView 的实用扩展库,功能包含填色和渐变、裁剪、缩放以及具有缓存机制的在线图片获取。 * [PinterestSwift](https://github.com/demon1105/PinterestSwift) – swift,Pinterest 风格图片缩放、切换示例。 * [KYElegantPhotoGallery](https://github.com/KittenYang/KYElegantPhotoGallery) – 一个优雅的图片浏览库。 * [SDCycleScrollView](https://github.com/gsdios/SDCycleScrollView) – 无限循环自动图片轮播器(一步设置即可使用)。 * [SDPhotoBrowser](https://github.com/gsdios/SDPhotoBrowser) – 仿新浪动感图片浏览器,非常简单易用的图片浏览器,模仿微博图片浏览器动感效果,综合了图片展示和存储等多项功能。 * [HZPhotoBrowser](https://github.com/chennyhuang/HZPhotoBrowser) – 一个类似于新浪微博图片浏览器的框架(支持显示和隐藏动画;支持双击缩放,手势放大缩小;支持图片存储;支持网络加载gif图片,长图滚动浏览;支持横竖屏显示)。 * [PhotoStackView-Swift](https://github.com/YiZhuoChen/PhotoStackView-Swift) – PhotoStackView——照片叠放视图,[使用说明](http://blog.csdn.net/u013604612/article/details/46336657)。 * [MarkingMenu](https://github.com/FlexMonkey/MarkingMenu) – 基于手势、类似 Autodesk Maya 风格标记菜单及图片渲染。 * [SXPhotoShow](https://github.com/dsxNiubility/SXPhotoShow) – UICollectionViewFlowLayout流水布局 是当下collectionView中常用且普通的布局方式。本代码也写了三种好看的布局,其中LineLayout和流水布局有很大的相同点就直接继承UICollectionViewFlowLayout,然后StackLayout,CircleLayout这两种都是直接继承自最原始的UICollectionViewLayout 布局方案。