| Linux / Unix Command: lispmtopgm |
NAME
lispmtopgm - convert a Lisp Machine bitmap file into pgm formatSYNOPSIS
lispmtopgm [lispmfile]DESCRIPTION
Reads a Lisp Machine bitmap as input. Produces a portable graymap as output.This is the file format written by the tv:write-bit-array-file function on TI Explorer and Symbolics lisp machines.
Multi-plane bitmaps on lisp machines are color; but the lispm image file format does not include a color map, so we must treat it as a graymap instead. This is unfortunate.
SEE ALSO
pgmtolispm(1), pgm(5)Important: Use the man command (% man) to see how a command is used on your particular computer.

