Tuesday, June 24, 2014

Create a simple animated GIF in Linux

From scottlinux.com.

Install imagemagick, put your images in a folder, and in a terminal run:
$ convert -delay 100 -loop 0 <frame1>.gif <frame2>.gif <animated>.gif
 (Slightly modified from the link above so I can remember how I did it.)

No comments:

Post a Comment