Difference between revisions of "Animated gif"

From Finninday
Jump to: navigation, search
(New page: Use this ImageMagick command to create an animated gif from a directory of webcam images: convert -delay 15 -loop 0 */*jpg garden.gif)
 
(No difference)

Latest revision as of 06:56, 3 July 2009

Use this ImageMagick command to create an animated gif from a directory of webcam images:

convert -delay 15 -loop 0 */*jpg garden.gif