diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/opensuse-leap-15-6/man1/pgmtolispm.1 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-leap-15-6/man1/pgmtolispm.1')
-rw-r--r-- | upstream/opensuse-leap-15-6/man1/pgmtolispm.1 | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/upstream/opensuse-leap-15-6/man1/pgmtolispm.1 b/upstream/opensuse-leap-15-6/man1/pgmtolispm.1 new file mode 100644 index 00000000..eccc1787 --- /dev/null +++ b/upstream/opensuse-leap-15-6/man1/pgmtolispm.1 @@ -0,0 +1,67 @@ +\ +.\" This man page was generated by the Netpbm tool 'makeman' from HTML source. +.\" Do not hand-hack it! If you have bug fixes or improvements, please find +.\" the corresponding HTML page on the Netpbm website, generate a patch +.\" against that, and send it to the Netpbm maintainer. +.TH "Pgmtolispm User Manual" 0 "06 March 1990" "netpbm documentation" + +.UN lbAB +.SH NAME + +pgmtolispm - convert a PGM image to Lisp Machine format + +.UN lbAC +.SH SYNOPSIS + +\fBpgmtolispm\fP + +[\fIpgmfile\fP] + +.UN lbAD +.SH DESCRIPTION +.PP +This program is part of +.BR "Netpbm" (1)\c +\&. +.PP +\fBpgmtolispm\fP reads a PGM image as input and produces a Lisp +Machine bitmap as output. +.PP +This is the file format read by the tv:read-bit-array-file function +on TI Explorer and Symbolics lisp machines. +.PP +Given a PGM (instead of a PBM), \fBpgmtolispm\fP outputs a +multi-plane image. This is probably not useful unless you have a +color lisp machine. +.PP +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. + +.UN lbAE +.SH SEE ALSO +.BR "lispmtopgm" (1)\c +\&, +.BR "pgm" (5)\c +\& + +.UN lbAF +.SH LIMITATIONS +.PP +Output width is always rounded up to the nearest multiple of 32; +this might not always be what you want, but it probably is (arrays +which are not modulo 32 cannot be passed to the Lispm BITBLT function, +and thus cannot easily be displayed on the screen). +.PP +No color. + +.UN lbAG +.SH AUTHOR + +Copyright (C) 1991 by Jamie Zawinski and Jef Poskanzer. +.SH DOCUMENT SOURCE +This manual page was generated by the Netpbm tool 'makeman' from HTML +source. The master documentation is at +.IP +.B http://netpbm.sourceforge.net/doc/pgmtolispm.html +.PP
\ No newline at end of file |