views:

158

answers:

1

I am using Titanium Appcelerator for iPhone application development . My project requires the EXIF data from images stored in the gallery .

I notice that whenever I send an image from the gallery using Titanium.Media.openPhotoGallery , the image headers are completely stripped , and I receive the file at 320 x 320 resolution only .

Is there any way to get the file information like the filename , exif title when programming using appcelerator ?

A: 

can you post a code block of how you are accessing the picture?

brian brinley