Quote:
Originally Posted by Greg First convert the JPGs into sequentially named GIFs, and then you can use Code: convert -adjoin -delay 5 *.gif animation-name.gif
(the convert command is part of imagemagick)
Making a BASH script to do this would be pretty easy if you're going to want to do this multiple times. |
ImageMagick ... perfect. I tried that once before under Windows, but could never get it working quite right - the animation would either be garbled images or the delay was always...minutes apart. Gotta give it a try on nix, the OS it was meant for.

Danke.