View Single Post
Old 07-25-2007, 04:21 PM   #3 (permalink)
Vormund
 
Monster Techie

Join Date: May 2004

Location: Tucson, AZ, USA

Posts: 1,183

Vormund

Send a message via AIM to Vormund Send a message via MSN to Vormund Send a message via Yahoo to Vormund
Default Re: Animations in PHP or Linux

Quote:
Originally Posted by Greg View Post
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.
__________________
Vormund is offline