GIF animation frames in wrong order
Posted: 2012-01-20T11:11:36-07:00
ImageMagick 6.7.4-2
Windows 7
Windows command-line
Here's what I used to create the gif below. I have 180 frames in gif format numbered from 0 to 180. I have no other images in the folder.
-convert -loop 0 -delay 4 *.gif animation.gif
I've tried various -dispose methods but none of them have any effect on the output. This is the resulting gif.

Some of the frames are in the wrong order so it flickers. Below is what it should look like. (Made with another program.)

Windows 7
Windows command-line
Here's what I used to create the gif below. I have 180 frames in gif format numbered from 0 to 180. I have no other images in the folder.
-convert -loop 0 -delay 4 *.gif animation.gif
I've tried various -dispose methods but none of them have any effect on the output. This is the resulting gif.

Some of the frames are in the wrong order so it flickers. Below is what it should look like. (Made with another program.)
