Is disabling global colormap for animated gif ignored?

2009-01-08 Thread Patrick Haruksteiner
Hello, I'm trying to export an animation as animated gif. Adding all frames to the gif, setting loop count and writing the file works fine. But my choice if the gif should have a global colormap or not is ignored. here the code I tried: NSMutableDictionary *gifImageProperties = [[NSMutabl

Re: CGImageDestinationSetProperties does not work for animated GIF

2008-11-25 Thread Patrick Haruksteiner
which works on 10.5, but fails on 10.4 (saving a gif with only one color). Seems to be time to move to 10.5... thanks for your help! -- Patrick Haruksteiner Date: Tue, 25 Nov 2008 18:43:12 +1000 From: Rob Keniger <[EMAIL PROTECTED]> Subject: Re: CGImageDestinationSetProperties does no

Re: CGImageDestinationSetProperties does not work for animated GIF

2008-11-24 Thread Patrick Haruksteiner
mple works... Could someone test if the example works for him and produces a gif that has the loop property set? -- Patrick Haruksteiner Date: Mon, 24 Nov 2008 18:24:16 +1000 From: Rob Keniger <[EMAIL PROTECTED]> Subject: Re: CGImageDestinationSetProperties does not work for animat

CGImageDestinationSetProperties does not work for animated GIF

2008-11-23 Thread Patrick Haruksteiner
Hello, I'm exporting an animted GIF and want to set properties like the loop count or if a global colormap is used. It seems that I have a problem with CGImageDestinationSetProperties. Setting the frame related properties like the delay time for the frames works fine, but the image relate