blob: c3880acf341b9c4d07cd2637729ce815265af9d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
WhirlGIF , a tool for making GIF animations.
whirlgif is a quick program that reads a series of GIF files, and produces
a single gif file composed of those images.
For example, if you have images img0001.gif, img0002.gif, img0003.gif ......
and want to loop 100 times, then you can do something like:
whirlgif -loop 100 img*.gif
to create an animation.
WWW: http://www.danbbs.dk/~dino/whirlgif/
|