Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

showrgb(1) [redhat man page]

SHOWRGB(1)						      General Commands Manual							SHOWRGB(1)

NAME
showrgb - uncompile an rgb color-name database SYNOPSIS
showrgb [ database ] DESCRIPTION
The showrgb program reads an rgb color-name database compiled for use with the dbm database routines and converts it back to source form, printing the result to standard output. The default database is the one that X was built with, and may be overridden on the command line. Specify the database name without the .pag or .dir suffix. FILES
/usr/X11R6/lib/X11/rgb default database. X Version 11 Release 6.6 SHOWRGB(1)

Check Out this Related Man Page

ppmtouil(1)                                                   General Commands Manual                                                  ppmtouil(1)

NAME
ppmtouil - convert a portable pixmap into a Motif UIL icon file SYNOPSIS
ppmtouil [-name uilname] [ppmfile] DESCRIPTION
Reads a portable pixmap as input. Produces a Motif UIL icon file as output. If the program was compiled with an rgb database specified, and a RGB value from the ppm input matches a RGB value from the database, then the corresponding color name mnemonic is printed in the UIL's colormap. If no rgb database was compiled in, or if the RGB values don't match, then the color will be printed with the #RGB, #RRGGBB, #RRRGGGBBB, or #RRRRGGGGBBBB hexadecimal format. OPTIONS
-name Allows you to specify the prefix string which is printed in the resulting UIL output. If not specified, will default to the file- name (without extension) of the ppmfile argument. If -name is not specified and no ppmfile is specified (i.e. piped input), the prefix string will default to the string "noname". All flags can be abbreviated to their shortest unique prefix. SEE ALSO
ppm(5) AUTHOR
Converted by Jef Poskanzer from ppmtoxpm.c, which is Copyright (C) 1990 by Mark W. Snitily 31 August 1990 ppmtouil(1)
Man Page