Page 1 of 1

Animated GIF

Posted: 2013-01-24T15:37:43-07:00
by double
Hello,

Is there a chance to optimize an animated GIF, which background moves constantly.
Example:
http://doppelbauer.name/animation.gif

It contains 64 times:
animation.gif[0] GIF 4096x64 4096x64+0+0 8-bit PseudoClass 128c 870KB 0.000u 0:00.000

Thanks a lot
Markus

Re: Animated GIF

Posted: 2013-01-24T19:29:25-07:00
by fmw42
I am not an expert on animations, but see http://www.imagemagick.org/Usage/anim_opt/

Re: Animated GIF

Posted: 2013-01-28T17:29:26-07:00
by anthony
GIF optimization does not handle movements. As such in your example the frames will almost always be full sized.
However as only the edge pixels need to be updated, you can use a 'Transparency Optimization' to good effect.

That is while you still generally need a full frame for each and every animation frame, you can make almost every pixel in that frame transparent, and thus allow the images to compress very well.

See Transparency Optimization
http://www.imagemagick.org/Usage/anim_opt/#opt_trans