开发者

UIImage reduce byte size

开发者 https://www.devze.com 2023-01-21 01:44 出处:网络
I am using following code to resize an image - it all works well and as expected... Resize UIImage the right way

I am using following code to resize an image - it all works well and as expected...

Resize UIImage the right way

I use interpolation quality as kCGInterpolationLow and UIImageJPEGRepresentation(image,0.0) to get the NSData of that i开发者_开发百科mage.

The problem is that the image size is still a bit high in size at around 100kb. My question is can I reduce it further?

The images originate from the iPhone Photo Album and are selected via a imagePickerController.

Many thanks,

0

精彩评论

暂无评论...
验证码 换一张
取 消