diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-01-12 05:42:39 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-01-12 05:42:39 +0000 |
commit | 8651eca9b0212cecd6066a45a893c3dafd385c6f (patch) | |
tree | 4f5632cc180ef24e713d4675473a7cb6f28e8e2b /graphics/whirlgif/pkg-descr | |
parent | Move the patch to nntpbtr.c that used to be a part of patch-aa into this file. (diff) |
New port:
A tool to create GIF animations.
Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp
Reviewed & modified by: max
(Closing PR #1999.)
Diffstat (limited to 'graphics/whirlgif/pkg-descr')
-rw-r--r-- | graphics/whirlgif/pkg-descr | 11 |
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. |