MAN page from RedHat Other XITE-3.3-3.i386.rpm
PNM2BIFF
Section: User Commands (1)
Updated: 16 Mar 1998
Index
NAME
pnm2biff - Portable Bit/Gray/Pixel Map to BIFF conversion
SYNTAX
pnm2biff [<option>...] <pnm-infile> <BIFF-outfile>
DESCRIPTION
Read an image in one of the formats pbm (portable bitmap),pgm (portable graymap) or ppm (portable pixmap) from the file
pnm-file(pnm: portable anymap).Produce a BIFF-image as output in the file
BIFF-outfile.If the pnm-image is a pbm-image, set white equal to hpv(default 255) and black equal to lpv(default 0).
The pixeltype of the resulting BIFF image is determinedby the maximum pixelvalue of the pnm image, according tothis table
max pnm value in #bits BIFF pixeltype
8 unsigned byte
16 unsigned short
Larger pnm-values generate an error message.
OPTIONS
- -title title, -t title
- Title of resulting BIFF-image. Default: pnm2biff
- -lpv lpv
- If pnm image is bitmap: Low pixel value. Default: 0
- -hpv hpv
- If pnm image is bitmap: High pixel value. Default: 255
SEE ALSO
biff2pnm(1),
XITE(1),
raw2biff(1)
REFERENCE
Documentation for the pbmplus or netpbm free softwarepackages.
AUTHOR
Svein Bøe, Blab, Ifi, UiO
EXAMPLES
pnm2biff monabinary.pnm monabinary.img
ID
$Id: pnm2biff.c,v 1.4 1997/01/02 13:45:20 svein Exp $
Index
- NAME
- SYNTAX
- DESCRIPTION
- OPTIONS
- SEE ALSO
- REFERENCE
- AUTHOR
- EXAMPLES
- ID
This document was created byman2html,using the manual pages.