Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

hipstopgm(1) [osf1 man page]

hipstopgm(1)						      General Commands Manual						      hipstopgm(1)

NAME
hipstopgm - convert a HIPS file into a portable graymap SYNOPSIS
hipstopgm [hipsfile] DESCRIPTION
Reads a HIPS file as input. Produces a portable graymap as output. If the HIPS file contains more than one frame in sequence, hipstopgm will concatenate all the frames vertically. HIPS is a format developed at the Human Information Processing Laboratory, NYU. SEE ALSO
pgm(5) AUTHOR
Copyright (C) 1989 by Jef Poskanzer. 24 August 89 hipstopgm(1)

Check Out this Related Man Page

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)
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

Hi Folks, Today hasn't been the best one of my career in IT. I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them. At the... (3 Replies)
Discussion started by: gull04
3 Replies