pgmtolispm(1) General Commands Manual pgmtolispm(1)NAME
pgmtolispm - convert a portable graymap into Lisp Machine format
SYNOPSIS
pgmtolispm [pgmfile]
DESCRIPTION
Reads a portable graymap as input. Produces a Lisp Machine bitmap as output.
This is the file format read by the tv:read-bit-array-file function on TI Explorer and Symbolics lisp machines.
Given a pgm (instead of a pbm) a multi-plane image will be output. This is probably not useful unless you have a color lisp machine.
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 lispmtopgm(1), pgm(5)BUGS
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).
No color.
AUTHOR
Copyright (C) 1991 by Jamie Zawinski and Jef Poskanzer.
06 March 1990 pgmtolispm(1)
Check Out this Related Man Page
lispmtopgm(1) General Commands Manual lispmtopgm(1)NAME
lispmtopgm - convert a Lisp Machine bitmap file into pgm format
SYNOPSIS
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)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.
06 March 1990 lispmtopgm(1)
I have experienced a strange effect on one of our machines and would like to ask, if somebody else can verify this. Machine is a LPAR in a 690, OS is 5.1, ML 6.
I create a new group and a new user, who has this group set as his primary group he will be in no other group. Then, as root, create a... (1 Reply)
Hi complete newbie to Unix. Sorry in advance if this is long-winded.
Been assigned task of getting a HP-UX Visualize C3600 Workstation running. Machine has two A4982B Fxe video cards. Machine did not come with a monitor so purchased Westinghouse L2410NM24 in. with 1920X1200 resolution.
Upon... (2 Replies)
I've recently begun learning common lisp and started the effort from the belief that it was a functional language and that learning a functional language would be a good exercise. I've read some comments and articles that state otherwise.
Any opinions? (4 Replies)
Hi,
We have a filesystem mystery on our hands. Given:
2 machines, A and Aa.
Machine Aa is the problem machine.
Machine A is running Ubuntu, kernel 2.6.22.9 #1 SMP Wed Feb 20 08:46:16 CST 2008 x86_64 GNU/Linux. Machine Aa is running RHEL5.3, kernel 2.6.18-128.el5 #1 SMP Wed Dec 17 11:41:38... (2 Replies)
Hi,
We have two Linux box (Machine A and Machine B). Standalone application(ITIM) running on Machine A. Target file to copy is available on Machine B.
SSH Handshaking done between Machine A and Machine B using normal user "ssh".
Standalone application running on Machine A under user... (2 Replies)
Dear All, Hope you are doing great. I ran into a very strange issue. I have a Dell T7500 machine that runs ubuntu 12. I have 8 different drives from different manufacturers of varying sizes with data on them. These 8 drives were hooked to this Dell machine using external docking stations. Now,... (20 Replies)