.TL
Lispmtopgm User Manual
.SH 1
lispmtopgm
.LP
Updated: 06 March 1990
.br
Table Of Contents
.SH 2
NAME
.LP
lispmtopgm - convert a Lisp Machine bitmap file to PGM
.SH 2
SYNOPSIS
.LP
\fBlispmtopgm\fR
[\fIlispmfile\fR]
.SH 2
DESCRIPTION
.LP
.LP
This program is part of Netpbm.
.LP
\fBlistpmfile\fR reads a Lisp Machine bitmap as input and
produces a PGM image as output.
.LP
This is the file format written by the tv:write-bit-array-file
function on TI Explorer and Symbolics lisp machines.
.LP
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
monochrome instead and produce PGM. This is unfortunate.
.SH 2
SEE ALSO
.LP
pgmtolispm,
pgm
.SH 2
LIMITATIONS
.LP
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.
.LP
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.
.SH 2
AUTHOR
.LP
.LP
Copyright (C) 1991 by Jamie Zawinski and Jef Poskanzer.
.br
\l'5i'
.SH 2
Table Of Contents
.LP
.IP \(bu
NAME
.IP \(bu
SYNOPSIS
.IP \(bu
DESCRIPTION
.IP \(bu
SEE ALSO
.IP \(bu
BUGS
.IP \(bu
AUTHOR
.LP
|