Programatically determine dimensions of image files in bundle
- by AMB
Hi,
I have a large number of image files in my iphone app bundle (~3000) and I want to determine the dimensions at runtime rather than store this data in the database or an xml manifest for the images.
Is there a way to do this programatically?