man gifcolor (Commandes) - Program to generate color test patterns.

NAME

gifcolor - Program to generate color test patterns.

SYNOPSIS

gifcolor [-q] [-b Background] [-h] <ColorMapFile

DESCRIPTION

A program to generate color test patterns. Feed it a color map file (as generated, say, by the -s otion of GifClrMp) and it will generate a GIF containing lines of the form

        Color %-3d: [%-3d, %-3d, %-3d]:
where the first number is the zero-based color index, and the triple is the index's [Red, Green, Blue] value. There will be one such line for each color. Each line will be set in a simple 8x8 font in the color it describes; thus, any lines corresponding to the GIF's background color will be blank.

As gifcolor can generate huge amounts of data, ^C will kill it, but 'q' will stop only the printing (of one of -e, -z, -p), while file integrity will still be checked.

OPTIONS

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

SEE ALSO

COPYRIGHT

The GIFLIB distribution is Copyright (c) 1997 Eric S. Raymond

AUTHORS

Gershon Elber

Eric S. Raymond <esr@snark.thyrsus.com>