[ILUG] Image Slide Show
Thomas Rooney
tom at dreadserver.com
Mon Feb 19 13:45:30 GMT 2007
PhilipQuinlan wrote:
> Thomas Rooney wrote:
>> Hi All
>>
>> I would like to make a small animation for a web site, just a series of
>> images fading in and out and the repeating. I would normally do this
>> sort of thing in photo shop and export the results as a gif but for this
>> project I have set my self the goal of only using FOSS tools for the
>> job.
> Gimp if you wish to play with a graphical tool
>
> Or from the glorious ImageMagick Library to convert all the frames in
> the stills directory into an animation sorted *alphabetically*
> convert -delay 40 -loop 0 stills/*.gif >web_file.anim.gif
>
> 0 loop infinitely
> delay is in 1/100 seconds
> There are many options man convert for details (note: it can do just
> about any batch image processing job you care to mention so prepare
> for extraneous reading which may come in useful if you work with
> images a lot )
>
> Hope that helps, Philip
>
Hay Philip/Nick
Thanks for the help. Just before seeing Philip's reply I hit on the
animation filters in the gimp
and they did the job perfectly first time and much faster than I could
have got the job done in
photoshop . I think Ill try the imagemagick option now it might save me
a lot of time when I
need to update the site.
Thanks Lads
More information about the ILUG
mailing list