re: -delay option on convert does not work properly
| Newsgroups | gmane.comp.video.image-magick.bugs |
|---|---|
| Message-ID | <[email protected]> |
> he option to set the delay between frames when creating an animated gif does > not work properly Command line order is important. The delay option is a setting, not an operator: convert -delay 200 test??.gif -coalesce anim1.gif convert -delay 1000 test??.gif -coalesce anim2.gif See http://www.imagemagick.org/Usage/basics/#why for a discussion on why the ImageMagick command line style changed from ImageMagick 5 to ImageMagick 6.