#UIGraphicsBeginImageContext

UIGraphicsBeginImageContext系列知识

UIGraphicsBeginImageContext创建一个基于位图的上下文(context),并将其设置为当前上下文(context)。方法声明如下: 参数size为新创建的位图上下文的大小。它同时是由UIGraphicsGetImageFromCurrentImageContext函数返回的图形大小。该...

利用UIImageJPEGRepresentation与UIGraphicsBeginImageContext进行图片压缩的简单比较

NSData*imageData= UIImageJPEGRepresentation(self.uploadImage,0.75);//图片按0.75的质量压缩-》转换为NSDataNSString*file_name=[TimeUtil getDateStringWithFormat:@"yyy...