The docs say the data is not cached when imagewithdata is used:
http://developer.apple.com/library/...ml#//apple_ref/occ/clm/UIImage/imageWithData:
There is another method "initwithdata" I can compare with.
Bitmaps can indeed be written upside down so the iOS gfx orientation fixes it for free.
http://developer.apple.com/library/...ml#//apple_ref/occ/clm/UIImage/imageWithData:
There is another method "initwithdata" I can compare with.
Bitmaps can indeed be written upside down so the iOS gfx orientation fixes it for free.