View Single Post
Old 07-25-2007, 02:20 AM   #2 (permalink)
Greg
Greg's Avatar
 
Indeed.

Join Date: Dec 2004

Posts: 1,554

Greg is on a distinguished road

Default Re: Animations in PHP or Linux

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.
__________________
Greg is offline