> 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.
_______________________________________________
Magick-bugs mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-bugs

Reply via email to