Table of Contents
rgbpalettetoppm - convert ASCII RGB Palette to ppm format
rgbpalettetoppm
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)
.
Written 1998 by Michael Haardt (michael@moria.de). This program is
put into the public domain.
ppm(5)
, pgmtoppm(1)
Table of Contents