4

I need to add EXIF metadata to a UIImage taken either from the camera or an album, then save the image to an album. How can I do this?

To take the photo I use:

picker.sourceType = UIImagePickerControllerSourceTypeSavedPhotosAlbum;
picker.sourceType = UIImagePickerControllerSourceTypeCamera;

but I don't know how to add EXIF data.

jscs
  • 63,694
  • 13
  • 151
  • 195
francesco.venica
  • 1,703
  • 2
  • 19
  • 54
  • http://stackoverflow.com/questions/1238838/uiimagepickercontroller-and-extracting-exif-data-from-existing-photos May help – SMSidat Jun 25 '11 at 19:51

0 Answers0