Re: CGImageDestinationSetProperties does not work for animated GIF
Re: CGImageDestinationSetProperties does not work for animated GIF
- Subject: Re: CGImageDestinationSetProperties does not work for animated GIF
- From: Rob Keniger <email@hidden>
- Date: Mon, 24 Nov 2008 18:24:16 +1000
On 24/11/2008, at 6:24 AM, Patrick Haruksteiner wrote:
CGImageDestinationSetProperties(imageDestination,
(CFDictionaryRef)finalGIFImageProperties);
I've never worked with this API before, but what happens if you change
the above line to this?:
CGImageDestinationSetProperties(imageDestination, (CFDictionaryRef)
gifImageProperties);
My reading of the the docs seems to suggest that you would pass the
keys directly rather than wrapping them in another dictionary using
kCGImagePropertyGIFDictionary.
--
Rob Keniger
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden