Update URL.

Submitted by:	"Rene K. Mueller" <kiwi@the-labs.com> (gifmerge maintainer)
This commit is contained in:
Yukihiro Nakai 2000-09-30 06:33:17 +00:00
parent b255369a33
commit 84c1cf3f8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33261

View File

@ -1,23 +1,3 @@
GifMerge is a tool for making GIF animations.
Usage:
gifmerge [-<r>,<g>,<b>] [-<delay>] [-l<loops>] [-d<disp>] *.gif > anim.gif
-<r>,<g>,<b> set transparency, ie -192,192,192, default: no transparency
-notransp set transparency off (after you used -r,g,b before)
-<delay> set delay of between images in 1/100th secs, ie -100
default 50 (0.5secs)
-l<loops> set loop counter, ie -l0 (ever) or -l1000, default no loops
-d<disposal> set disposal 0 = no action, 1 = no dispose,
2 = restore background (default)
3 = restore previous
-pos<x>,<y> set offset position for image
-nopos reset offset position (default)
Example:
gifmerge -l0 image001.gif image002.gif image003.gif > earthanim.gif
Yukihiro Nakai<Naakai@Mlab.t.u-tokyo.ac.jp>
WWW: http://www.tu-chemnitz.de/~sos/GIFMERGE/
WWW: http://the-labs.com/GIFMerge/