[iphone]UIImage,CGImage和CGImageRef有什么区别

 

CGImage和CGImageRef这两个应当是用来重绘图形的类,它们在应用时是按照图像的像素矩阵来绘制图片的,它们可以用来处理bitmap。 CGImageRef与UIImage的互转
CGImageRef转换成UIImage CGImageRef
iOffscreen = CGBitmapContextCreateImage(context);

UIImage* image = [UIImage imageWithCGImage: iOffscreen];

UIImage转换成CGImageRef

UIImage *loadImage=[UIImage imageNamed 

posted on 2013-06-13 20:54  我靠是时候那个了  阅读(209)  评论(0编辑  收藏  举报