tags:

views:

79

answers:

2

Here

Should be the most easy way!

+1  A: 

Visit http://www.iconj.com/

Nick D
+1  A: 

This tutorial shows you how to make a wrap-around, scrolling, animated GIF on the command line, a bash script using ImageMagick.

There's also an ASP script around.

If you're planning to use this for a favicon, like the example you link to, use "16" as the width (the bash script will default height to the same). You can also experiment with dynamic favicons if you wish to run the animation on certain events, or run effects like speeding up, slowing down, and reversing direction. Doesn't work on all browsers though.

mahemoff
I tried that script this way:./animate.sh favicon.ico 16.But it generated another static gif.
Mask