Penguin
Blame: pgmtolispm(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of pgmtolispm(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 pgmtolispm
2 !!!pgmtolispm
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 BUGS
8 AUTHOR
9 ----
10 !!NAME
11
12
13 pgmtolispm - convert a portable graymap into Lisp Machine format
14 !!SYNOPSIS
15
16
17 __pgmtolispm__ [[''pgmfile'']
18 !!DESCRIPTION
19
20
21 Reads a portable graymap as input. Produces a Lisp Machine
22 bitmap as output.
23
24
25 This is the file format read by the tv:read-bit-array-file
26 function on TI Explorer and Symbolics lisp
27 machines.
28
29
30 Given a pgm (instead of a pbm) a multi-plane image will be
31 output. This is probably not useful unless you have a color
32 lisp machine.
33
34
35 Multi-plane bitmaps on lisp machines are color; but the
36 lispm image file format does not include a color map, so we
37 must treat it as a graymap instead. This is
38 unfortunate.
39 !!SEE ALSO
40
41
42 lispmtopgm(1), pgm(5)
43 !!BUGS
44
45
46 Output width is always rounded up to the nearest multiple of
47 32; this might not always be what you want, but it probably
48 is (arrays which are not modulo 32 cannot be passed to the
49 Lispm BITBLT function, and thus cannot easily be displayed
50 on the screen).
51
52
53 No color.
54 !!AUTHOR
55
56
57 Copyright (C) 1991 by Jamie Zawinski and Jef
58 Poskanzer.
59 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.