Re: CGImage failed to write Exif Auxiliary metadata to image

2008-08-12 Thread Ken Ferry
Hi Rawitat, (1) You'll need to post your code for help on this. (2) This is probably more appropriate for the CoreGraphics list, http://lists.apple.com/mailman/listinfo/quartz-dev. -Ken On Sun, Aug 10, 2008 at 7:00 AM, Rawitat Pulam [EMAIL PROTECTED] wrote: Hi, I'm having problems trying to

CGImage failed to write Exif Auxiliary metadata to image

2008-08-10 Thread Rawitat Pulam
Hi, I'm having problems trying to write photo metadata. Actually, I want to copy all metadata I could get via the CGImageSourceCopyPropertiesAtIndex function to the destination image (CGImageDestinationRef). Reading the metadata isn't a problem. I could get all that are available.