TinyURL widget - shorten your URL's for free!

Enter a long URL to make tiny:

Saturday, April 4, 2015

How to make an animated GIF using Image Magick

HOW TO MAKE SIMPLE  ANIMATED GIF USING CONVERT - IMAGE MAGICK




This is for someone using ImageMagick on linux, sorry Windows people I don't know if this works on Windows.

1. Create a sequence of same size jpg files.



2. Move all files into one directory

3. Rename then to a sequence name%d.jpg file list


4. Then run from command line:

convert -delay 100 -loop 0 image*.jpg animation.gif

http://books.google.ca/books/about?id=_CbHBwAAQBAJ&redir_esc=y
Animation.gif with .png files

No comments:

Post a Comment