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.
gifcolor [-q] [-b Background] [-h] <ColorMapFile
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.
Line.
Quiet mode. Defaults off on MSDOS, on under UNIX. Controls printout of running scan lines. Use -q- to invert.
Set the image's backround color to a given numeric index.
Print one line of command line help, similar to Usage above.
Gershon Elber
Man page created by T.Gridel <[email protected]>, originally written by Eric S. Raymond <[email protected]>