Table of Contents

NAME

rgbpalettetoppm - convert ASCII RGB Palette to ppm format

Synopsis

rgbpalettetoppm

Description

Rgbpalettetoppm converts ASCII RGB palettes (each colour described by the numeric values for red, green and blue) to PPM bitmaps. The palette read from standard input and the ppm file is written to standard output.

This program is typically used to colour PGM bitmaps with palettes from Gimp or PlotPlus using the -map switch of pgmtoppm(1) .

Author

Written 1998 by Michael Haardt (michael@moria.de). This program is put into the public domain.

See Also

ppm(5) , pgmtoppm(1)


Table of Contents