1

I manipulated some images replacing the thumbnail present in the photo exif header. I would be interested in transferring such a photo to an iPhone anyway everytime I transfer it via e-email or in some other way exif informations are wiped out.

I would be also interested into know if it is possible to replace such informations, like thumbnail header exif, directly in an iphone app through iOS Sdk and then save the modified photo in the photo roll without loosing the exif header.

James A Mohler
  • 11,060
  • 15
  • 46
  • 72
Kerby82
  • 4,934
  • 14
  • 48
  • 74
  • You might want to look at: http://stackoverflow.com/questions/11715631/how-to-write-or-modify-exif-data-for-an-existing-image-on-the-filesystem-withou – John Oct 03 '12 at 23:27

1 Answers1

0

You will have to first save the image during which iPhone will add default EXIF information. The you will have to read the image using ALAssetLibrary and modify the EXIF.

ATOzTOA
  • 34,814
  • 22
  • 96
  • 117