Monday, August 12, 2013

[ios] uiimage low memory warning for large images


when i load a very large image like > 5M jpg, I got low memory warning, and finally crash.

how to downsize a very large image
https://developer.apple.com/library/ios/samplecode/LargeImageDownsizing/Introduction/Intro.html#//apple_ref/doc/uid/DTS40011173

1 comment:

Unknown said...


UIImage renders images with high CPU Time and huge memory usage, whilst HyperImageView is a an alternative for UIImageView which renders images 30 times faster than UIImageView while uses 10 times less RAM. Also the rendering task is processed in background and it never blocks user interaction.

http://hyperimageview.com