diff options
author | jfitz <jfitz@FreeBSD.org> | 1996-10-30 21:44:05 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1996-10-30 21:44:05 +0800 |
commit | 39e024b90f699368d7cbecce36915bb61884364d (patch) | |
tree | c4b0bdb5dc35bc8410e796c70b6cd8ab94f16bc3 /graphics/giftool/pkg-descr | |
parent | 1da7c4d702f96056b0ee3ed3dab85cef9ca3f120 (diff) | |
download | freebsd-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-descr | 21 |
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. |