Rletopnm User Manual(1) | General Commands Manual | Rletopnm User Manual(1) |
rletopnm - convert a Utah Raster Tools RLE image file to a PNM image file.
rletopnm
[--alphaout={alpha-filename,-}] [--headerdump|-h]
[--verbose|-v]
[rlefile|-]
All options may be abbreviated to their minimum unique abbreviation and options and arguments may be in any order.
This program is part of Netpbm(1).
rletopnm converts Utah Raster Toolkit RLE image files to PNM image files. rletopnm handles four types of RLE files: Grayscale (8 bit data, no color map), Pseudocolor (8 bit data with a color map), Truecolor (24 bit data with color map), and Directcolor (24 bit data, no color map). rletopnm generates a PPM file for all these cases except for the Grayscale file, for which rletopnm generates a PGM file.
rlefile is the RLE input file. If it is absent or -, the input comes from Standard Input.
In addition to the options common to all programs based on
libnetpbm (most notably -quiet, see
Common Options ), rletopnm recognizes the following command line
options:
If you specify - as the filename, rletopnm writes the transparency output to Standard Output and discards the image.
See pamcomp(1) for one way to use the transparency output file.
rletopnm --verbose lenna.rle >lenna.ppm
rletopnm --headerdump file.rle
rletopnm --alphaout=dartalpha.pgm dart.rle >dart.ppm
Wes Barris Army High Performance Computing Research Center (AHPCRC) Minnesota Supercomputer Center, Inc.
Modifications by Eric Haines to produce raw and plain formats.
Modifications by Bryan Henderson to create transparency files and use mnemonic options.
This manual page was generated by the Netpbm tool 'makeman' from HTML source. The master documentation is at
13 April 2000 | netpbm documentation |