Skip navigation.
 
mlRe: Manipulating image meta data from Cocoa
FROM : Ryan Britton
DATE : Sun Aug 13 17:26:02 2006

These two are what you need:

http://developer.apple.com/documentation/GraphicsImaging/Reference/
CGImageDestination/Reference/reference.html

http://developer.apple.com/documentation/GraphicsImaging/Reference/
CGImageSource/Reference/reference.html


On Aug 13, 2006, at 5:12 AM, R. Tyler Ballance wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I'm trying to find a cleaner solution for manipulating IPTC data 
> from existing photos, such as exported PNG or JPEG images from 
> iPhoto, but unfortunately the "best" solutions seem to be 
> libiptcdata (http://libiptcdata.sourceforge.net/) and using 
> ImageMagick's API (although I cannot find the specific methods for 
> manipulating IPTC data via ImageMagick). I've been poking around 
> with the Core Image and Quartz references on the ADC site, but I've 
> not found anything specific, anybody have any suggestions? (this is 
> for specifically embedding IPTC keywords along with other 
> descriptive information in the metadata)
>
>
>
> Cheers,
>
> - -R. Tyler Ballance
> Lead Developer, bleep. LLC
> http://www.bleepsoft.com
>
>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.3 (Darwin)
>
> iD8DBQFE3xcSqO6nEJfroRsRAi5eAJ9UMtgCjA9hVrvhcS/XsrZ8pN+QuwCfTILa
> jcsYDhjSgh9iWpzn14jXMxk=
> =Tjc+
> -----END PGP SIGNATURE-----
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list      (<email_removed>)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>

Related mailsAuthorDate
mlManipulating image meta data from Cocoa R. Tyler Ballance Aug 13, 14:12
mlRe: Manipulating image meta data from Cocoa Ryan Britton Aug 13, 17:26