aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/giftool/pkg-descr
diff options
context:
space:
mode:
authorjfitz <jfitz@FreeBSD.org>1996-10-30 21:44:05 +0800
committerjfitz <jfitz@FreeBSD.org>1996-10-30 21:44:05 +0800
commit39e024b90f699368d7cbecce36915bb61884364d (patch)
treec4b0bdb5dc35bc8410e796c70b6cd8ab94f16bc3 /graphics/giftool/pkg-descr
parent1da7c4d702f96056b0ee3ed3dab85cef9ca3f120 (diff)
downloadfreebsd-ports-gnome-39e024b90f699368d7cbecce36915bb61884364d.tar.gz
freebsd-ports-gnome-39e024b90f699368d7cbecce36915bb61884364d.tar.zst
freebsd-ports-gnome-39e024b90f699368d7cbecce36915bb61884364d.zip
a useful tool when making GIF transparency and Interlace mode.
Reviewed by: jfitz@FreeBSD.ORG Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
Diffstat (limited to 'graphics/giftool/pkg-descr')
-rw-r--r--graphics/giftool/pkg-descr21
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/giftool/pkg-descr b/graphics/giftool/pkg-descr
new file mode 100644
index 000000000000..ddfa10c0ecd5
--- /dev/null
+++ b/graphics/giftool/pkg-descr
@@ -0,0 +1,21 @@
+GIFTool , a tool for GIF89a trasnparent option and interlace mode.
+
+Usage: giftool [options] [file]
+ giftool (-p|-c|-B) [options] [files...]
+ -B Batch Mode, read and write the same filename
+ -i Set GIF Interlace mode ON
+ +i Set GIF Interlace mode OFF
+ -p Print information about file(s)
+ -c Print comment information
+ +c Add comments to file(s)
+ -C Strip comment from file(s)
+ -o file Send output to 'file'
+ -rgb name Use 'name' as the transparent pixel
+ -rgb ##,##,## tUse rgb-value as the transparent pixel
+ -### Used pixel index as transparent (1 == first colormap entry)
+
+For instance you could say 'giftool -B -i *.gif' to convert all your images
+to interlaced GIF files in one easy step.
+
+giftool version 1.0 is Copyright 1994 Home Pages, Inc and is shareware.
+Please, use the -info option to read the licensing information.