palmtopnm(1) | General Commands Manual | palmtopnm(1) |
palmtopnm - convert a Palm pixmap into a portable anymap
palmtopnm [-verbose] [-rendition N]
[-showhist]
[-forceplain] [pnmfile]
palmtopnm -transparent [-verbose] [pnmfile]
Reads a Palm pixmap as input, from stdin or pnmfile. Produces either a portable pixmap as output, or writes the value of the transparent color in the Palm pixmap to stdout.
An additional compression format, "packbits," has been added with PalmOS 4.0. This package should be updated to handle it.
You currently cannot generate an alpha mask if the Palm pixmap has a transparent color. However, you can still do this with ppmcolormask with a Netpbm pipe similar to:
palmtopnm pixmap.palm | ppmcolormask `palmtopnm -transparent pixmap.palm`
This program was originally written as Tbmptopnm.c, by Ian
Goldberg. It was heavily modified by Bill Janssen to add color, compression,
and transparency function.
Copyright 1995-2001 by Ian Goldberg and Bill Janssen.
15 December 2000 |