RLETOPNM(1) | General Commands Manual | RLETOPNM(1) |
rletopnm - convert a Utah Raster Tools RLE image file into a PNM image file.
rletopnm [--alphaout={alpha-filename,-}] [--headerdump|-h] [--verbose|-v] [--plain|-p] [rlefile|-]
All options may be abbreviated to their minimum unique abbreviation and options and arguments may be in any order.
This program converts Utah Raster Toolkit RLE image files into 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.
If you specify - as the filename, rletopnm writes the alpha output to Standard Output and discards the image.
See pnmcomp(1) for one way to use the alpha output file.
pnmtorle(1), pnmconvol(1), pnm(5), ppm(5), pgm(5), urt(1), RLE(5)
Wes Barris
Army High Performance Computing Research Center (AHPCRC)
Minnesota Supercomputer Center, Inc.
Modifications by Eric Haines to support raw and plain formats.
Modifications by Bryan Henderson to create alpha files and use mnemonic options.
13 April 2000 | 1 |