How to reduce UIImage size to a maximum as possible
Posted
by Tharindu Madushanka
on Stack Overflow
See other posts from Stack Overflow
or by Tharindu Madushanka
Published on 2010-05-20T08:55:05Z
Indexed on
2010/05/20
9:00 UTC
Read the original article
Hit count: 300
I am using following code to resize the image.
And I use interpolation quality as kCGInterpolationLow.
And then I use UIImageJPEGRepresentation(image,0.0) to get the NSData of that image.
Still its a little bit high in size around 100kb. when I send it over the network. Can I reduce it further. If I am to reduce it more what could I do ?
Thanks and Kind Regards,
© Stack Overflow or respective owner