Hi all,
I am developing an aplication where i need the information about image like size,date of creation,type(.jpg/png).I am picking image using UIImagePickerController. Is there any methods used to get this.
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.
Hi thanx for replying
Is there any way to do this. Actually my application taking image using
UIImagePickerControllerSourceTypeSavedPhotosAlbum. Then i am clicking on any image and it is loaded on window in full size. On window i am using nav barand button .I want on button click it shows info on table view.
hi
Earlier i was picking image from iPhone photo gallery using UIImagePickerController but the problem was that when i pick image then want information about that image like size, date of creation and type(jpg/png) but it was not possible .
so now i want all image will loaded from resource directry and pasted on view created using UIView controller.
Hi
I am able to load image on view in group of 20 using rect on single view. when i am trying to click particular image for displaying on another view in full size but not any click action is happening, so what i can do for it.