.\" Process this file with .\" groff \-man \-Tascii foo.1 .\" .TH gifcompose 1 "giflib\-tools" .SH NAME gifcompose \- The gifcompose program uses the GIFLIB utility tools to support a minilanguage for describing GIF pasteup sequences. .SH USAGE .B gifcompose [\-v] Paste in .gif .IP "raw Paste in the given raw\-format file (no suffix supplied). Raw format is a stream of 8\-bit indices into the EGA color map. Accordingly, the width and height must be specified, and the source must be exactly width times height bytes long. .IP "rgb Paste in the given RGB\-format file (no suffix supplied). Raw format is a stream of 24\-bit color values. Accordingly, the width and height must be specified, and the source must be exactly 3 times width times height bytes long. .IP "rle Paste in the given RLE\-format file (no suffix supplied). This converts the Utah Raster Kit format to GIF. .IP "text [foreground ] [color ] Copy 8x8 monospace font, with transparent background and index 1 as foreground. If the text string contains whitespaces, they must be escaped or the string must be quoted (shell conventions). The optional suffix `foreground ' sets the foreground color index. The optional suffix `color ' sets the RGB color to be used for the foreground index. Each generator operation may be followed by any combination of the following suffixes: .SH Modifiers .IP "at Place the image at the given (upper\-left\-hand\-corner) coordinates in the pasted\-up result. .IP "clip Clip image using the given rectange, paste it onto. .IP xflip Flip the image around the X axis before placing it. .IP yflip Flip the image around the Y axis before placing it. .IP left Rotate the image 90 degrees counterclockwise before placing it. .IP right Rotate the image 90 degrees clockwise before placing it. .SH Target Operations .IP "screen size Set the global screen size of the final image. .IP "screen position Set the global screen position of the final image. .SH Comments Comments or comment lines may be preceded with `#' and will be ignored. .SH MEMORY REQUIRED Proportional to the size of the largest pasted image. .SH OPTIONS .IP [\-v] Emit a report on each composition action to stderr as it happens. .SH BUGS The suffix sequence `left left' sometimes mysteriously fails to work, probably due to some restriction in gifflip No support for resizing or odd\-angle rotations yet. The `color' suffix of text is a no\-op, because the present version of gifovly Error checking is rudimentary. .SH AUTHOR Eric S. Raymond Man page created by T.Gridel , originally written by Eric S. Raymond