Palmtopnm User Manual(1) | General Commands Manual | Palmtopnm User Manual(1) |
palmtopnm - convert a Palm Bitmap to a PNM image
palmtopnm
[-verbose]
[-rendition N]
[-showhist]
[palmfile] palmtopnm
-transparent
[-verbose]
[palmfile]
This program is part of Netpbm(1).
palmtopnm reads a Palm Bitmap as input, from Standard Input or palmfile and produces a PPM image as output.
Alternatively (when you specify -transparent), palmtopnm writes the value of the transparent color in the Palm Bitmap to Standard Output.
Palmtopnm can convert Palm Bitmaps with the following features. This does not mean that it doesn't handle other features. These are just the ones we found worth mentioning.
In addition to the options common to all programs based on
libnetpbm (most notably -quiet, see
Common Options ), palmtopnm recognizes the following command line
options:
You cannot generate a transparency mask if the Palm Bitmap has a transparent color. However, you can still do this with ppmcolormask with a Netpbm pipe similar to:
palmtopnm bitmap.palm | ppmcolormask `palmtopnm -transparent bitmap.palm`
Before Netpbm 10.23 (July 2004), there was a -forceplain option. But that had been redundant for a long time, since the Netpbm common option -plain does the same thing.
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.
This manual page was generated by the Netpbm tool 'makeman' from HTML source. The master documentation is at
26 January 2005 | netpbm documentation |