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:
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
Animation.gif with .png files |
No comments:
Post a Comment