[Magick-bugs] -delay option on convert does not work properly
duc.sequere.aut.de.via.decede at imagemagick.org
duc.sequere.aut.de.via.decede at imagemagick.org
Sun Apr 27 07:40:24 PDT 2008
> 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.
More information about the Magick-bugs
mailing list