[magick-users] Newbie Question: Creating animation with many frames

arcanaimperii at imagemagick.org arcanaimperii at imagemagick.org
Mon Jul 30 10:24:42 PDT 2007


> convert -delay 30  *.eps  -layers optimize  test3.gif

First clear out any lingering temporary files on your system to free up as
much temporary disk space as possible.  Next, try this command:

  convert -limit memory 1 -limit map 1 -delay 30  *.eps  -layers optimize  test3.gif






More information about the Magick-users mailing list