lispmtopgm(1) convert a Lisp Machine bitmap file into pgm format

SYNOPSIS

lispmtopgm [lispmfile]

BUGS

The Lispm bitmap file format is a bit quirky; Usually the image in the file has its width rounded up to the next higher multiple of 32, but not always. If the width is not a multiple of 32, we don't deal with it properly, but because of the Lispm microcode, such arrays are probably not image data anyway.

Also, the lispm code for saving bitmaps has a bug, in that if you are writing a bitmap which is not mod32 across, the file may be up to 7 bits too short! They round down instead of up, and we don't handle this bug gracefully.

No color.

AUTHOR

Copyright (C) 1991 by Jamie Zawinski and Jef Poskanzer.