Manupulate EXIF data in JPEG Images

Is there anything in Corona for this?
[import]uid: 71516 topic_id: 11602 reply_id: 311602[/import]

sure

file.open(“foo.jpg”)

file.read(fileHandle)

find the right header information from the file read - display accordingly.

we have developers opening jpg or png or any image type using file:read operations to get header information etc.

c. [import]uid: 24 topic_id: 11602 reply_id: 42165[/import]