accessing UIImage properties without loading in memory the image
As you know the iphone guidelines discourage loading uiimages that are greater than 1024x1024. The size of the images that i would have to load varies, and i would like to check the size of the image i am about to load; however using the .size property of uiimage requires the image to be laoded... which is exactly what i am trying to avoid. Is there something wrong in my reasoning or is there a solution to that? thank you all Ole Begemann As of iOS 4.0, the iOS SDK includes the CGImageSource... functions (in the ImageIO framework). It's a very flexible API to query metadata without loading the