
There are many online and offline tools for making and editing GIFs.


Note that I first use -coalesce to fill out the frames. See also the example at quantizeImage to reduce the colors of one single image. I am not an Imagick expert, but I think what you want is quantizeImages, which I believe will reduce colors for an animation or set of images. In ImageMagick command line, the simplest way is just to reduce the number of colors in the animation.Ĭonvert animation.gif -coalesce +dither -colors 64 -layers optimize animation2.gif So your compression arguments will not do anything.
