03-03-2009, 12:44 PM
|
#2 (permalink)
|
|
Registered Member
Join Date: Oct 2008
Location: Denver, CO
Posts: 2,122
|
When you get access to an image from the UIImagePickerController you have none of that info. You don't have access to a file. The image data has been converted to an internal bitmap format that is neither PNG nor JPEG. All you have is raw pixel data. No EXIF info, nothing.
|
|
|