How do I make animated GIFs?
feedback
|
migrated from stackoverflow.com Aug 13 '09 at 15:16
This question came from our site for professional and enthusiast programmers.
|
There's lots of software available that will help you do this, much of it available for free. Indeed, you may already have the necessary software on your computer. Here is a good overview of the process itself and some of the software available. | |||
feedback
|
|
Paint.NET is free and very good image creation software. It has an active user base and active forums - see this post - "Make an Animated .GIF with Paint.NET" | |||
|
feedback
|
|
You can do it using the convert command from the ImageMagick package. Example:
The -delay argument specifies the delay between frames (in units of 1/100s), white the -loop specifies if you want the animation to loop (may not work on all browsers). Apart from creating animated gifs, convert can do a whole lot more so it's definitely worth having a look. I tend to use it mostly for converting between different image formats and mass resizing images. Look here for more options: http://www.imagemagick.org/script/convert.php Update ImageMagick is available for Windows, Mac OSX and Unix/Linux. If you're on a Linux box, chances are you already have it installed :) | |||||||
feedback
|
|
I recently needed to quickly toss a .gif image together. So i made each frame in paint then uploaded them all here which put them together into a gif image for me. Turned out pretty well actually. Of course you can also download some client software to convert videos into .gifs, or i used to use Image Ready (if it's still around?) | |||
|
feedback
|
|
To make gifs from a bunch of images, I use Gimp's "open as layers" features, and then I just have to save with a .gif extention. You can find a more detailled explanation of the process here, which explains how to create a gif from a video file. | |||
|
feedback
|
|
Whirlgif is a simple command line program to make animated GIFs. We used it to make animated GIFs of Cassini images at Space Science Institute - so it's proven useful in real life. Where it lives on the web these days, I'm not sure. Happy searching... | |||||
feedback
|
|
The easiest way is to use Photoshop, if you have it search on google for a tutorial, something like this | |||
|
feedback
|