aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/whirlgif/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/whirlgif/pkg-descr')
-rw-r--r--graphics/whirlgif/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/whirlgif/pkg-descr b/graphics/whirlgif/pkg-descr
new file mode 100644
index 000000000000..10071dd450b0
--- /dev/null
+++ b/graphics/whirlgif/pkg-descr
@@ -0,0 +1,11 @@
+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.