Optimize GIF animation

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
lorents
Posts: 42
Joined: 2010-07-06T04:27:53-07:00
Authentication code: 8675308

Optimize GIF animation

Post by lorents »

Good day!
Now I am learning article - Animation Optimization.
Tell me, how I can automate the optimization process animation in GIF images.

Code: Select all

-coalesce  -layers Optimize
How was optimized this image (I am unable to achieve this result).

Image
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Optimize GIF animation

Post by fmw42 »

It might help if you if you provide more information. What is your IM version and platform? Post the original animation that you want to optimize. Post your command line.
lorents
Posts: 42
Joined: 2010-07-06T04:27:53-07:00
Authentication code: 8675308

Re: Optimize GIF animation

Post by lorents »

I mean to make a certain analog of gifsicle but on the basis of ImageMagick
i.e. I have gif the image with animation, I want it to optimize means of ImageMagick. as to me to make it.

The second question as the above-stated image is optimized
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Optimize GIF animation

Post by snibgo »

lorents wrote:How was optimized this image (I am unable to achieve this result).
I find no metadata in that file about how it was optimised.
snibgo's IM pages: im.snibgo.com
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Optimize GIF animation

Post by fmw42 »

I am unable to achieve this result
What does this mean? As I said before, what is your IM version and platform?

Post the original animation that you want to optimize. And post your command line, so we can see how you are trying to optimize it.

As user snibgo said, the file has not information about how it was optimized. So you must just use IM optimization and look at your results and compare to one optimized by gifsicle.

It is likely that you will not be able to optimize in IM as well as with gifsicle.
Post Reply