vote up 0 vote down star

I would like to add some custom data to an image the user generates in my app, no more than 1kb tops. I could probably hide the data in the image, but I want to do this in a way that will resist resizing but not deliberate deletion of EXIF tags (say, for privacy reasons).

Is this possible using the current public SDK 3.0?

flag

2 Answers

vote up 2 vote down check

this might be helpful, though i've never used it before - iphone-exif

link|flag
super helpful, thanks – willc2 Jul 4 at 20:26
vote up 0 vote down

This could be very useful: PhotoshopFramework is one powerful library to manipulate images on Objective-C. This was developed to bring the same functionalities that Adobe Photoshop users are familiar. Examples: Set colors using RGB 0-255, apply blend filers, transformations...

Is open source, here is the project link: https://sourceforge.net/projects/photoshopframew/

link|flag
You posted the exact same text on one of my other questions. Does your project allow editing of EXIF data? If so, how? – willc2 Oct 23 at 10:11

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.