iOS图像模糊处理
摘要:- (UIImage*) blur:(UIImage*)theImage { // create our blurred image CIContext *context = [CIContext contextWithOptions:nil]; CIImage *input...
阅读全文
UIImageView 知识点总结
摘要:给UIImageView关联点击响应事件 self.layoutImage1.userInteractionEnabled = YES; self.layoutImage2.userInteractionEnabled = YES; self.layoutImage3.userInter...
阅读全文
stretchable/resizable UIImage
摘要:http://blog.csdn.net/phunxm/article/details/42150469This technique is often used to createvariable-widthbuttons, which retain the samerounded cornersb...
阅读全文
图片的切片
摘要:1.采用stretchableImageWithLeftCapWidthself.background = [image stretchableImageWithLeftCapWidth:image.size.width * 0.5 topCapHeight:image.size.height * ...
阅读全文
ios 图像相机摄像开源代码
摘要:1.https://github.com/Skykai521/StickerCamera 贴纸标签相机,功能:拍照,相片裁剪,给图片贴贴纸,打标签。
阅读全文