bubbl
Posts: 85
Joined: Sun Jul 14, 2013 9:15 pm
Location: United Kingdom
Contact: Website

Animate your jpgs

Sat Nov 30, 2013 5:53 pm

The command below to create an animated gif of your .jpg or .png images. Increase the delay time for a longer transition between images. Tack loop 0 will loop your GIF indefinitely. Tack loop 3 would loop three times, for example.

Code: Select all

$ convert -delay 120 -loop 0 *.jpg myimage.gif
We're not here because we are free. We're here because we are not free. There is no escaping reason. No denying purpose. Because we both know without purpose, we would not exist.
http://www.bartbania.com/

Return to “Graphics, sound and multimedia”