Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have trawled the net for (at least confirmation of) some code examples that shows if it is possible to add custom information to an image taken from the camera with the UIImagePickerController on iOS.

My idea is to write a comment in the meta data (i.e "This is my son, at 7 months old, his first crawl") into the image so it can be read later by other image viewers. I was going to hash the file to create a unique fingerprint and use a database but this means this data is only available on the iPhone APP, rather than when I backup and remove the images from my iPhone.

I want the originating meta data to remain, I just need to add additional information for keeps sake.

Anybody brighter than me who can explain if this is possible - I will be extremely grateful! :)

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.