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