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! :)