
照片处理
文章平均质量分 77
cuichengjie
这个作者很懒,什么都没留下…
展开
-
照片无缝滚动的实现
#import @class ArticleViewController; @interface ArticleScrollViewController : UIViewController { //不使用数组,看起来更明了,为了节省内存同时还要看起来无缝,3个view最好 ArticleViewController *article1; ArticleViewCont原创 2014-09-01 10:38:28 · 306 阅读 · 0 评论 -
获取网络图片的大小
// 图片处理 0 半灰色 1 灰度 2 深棕色 3 反色 +(UIImage*)imageWithImage:(UIImage*)image grayLevelType:(UIImageGrayLevelType)type; //色值 变暗多少 0.0 - 1.0 +(UIImage*)imageWithImage:(UIImage*)image darkValue原创 2014-11-17 10:29:04 · 514 阅读 · 0 评论