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
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
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
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