Scroll to navigation

gifovly(1) General Commands Manual gifovly(1)

NAME

gifovly - This program takes a multi-image GIF file and generates a single GIF consisting of all the images overlayed. Each image's screen position is used. Thus, you can use this together with <a href="gifpos.html">gifpos to paste together images.
 

USAGE

gifovly [-s TransparentColor] [-h]
 
 
The GIF to be operated is read in from stdin. The result GIF is written to stdout.
 

MEMORY REQUIRED

Proportional to the size of the input file.
 

OPTIONS

[-t num]
 

If this index is given, any pixel in images after the first that has this value is not copied.
 
[-h]
 

Print one line of command line help, similar to Usage above..
 
 

AUTHOR

Eric S. Raymond <esr@snark.thyrsus.com>
 
 
Man page created by T.Gridel <tgridel@free.fr>, originally written by Eric S. Raymond <esr@thyrsus.com>
 
 
giflib-tools