|
NAMEppmtorle - convert a PBMPLUS/ppm image file into an RLE image file.SYNOPSISppmtorle [ -h ] [ -v ] [ -a ] [ -o outfile ] [ infile.ppm ]DESCRIPTIONThis program converts PBMPLUS full-color (ppm) image files into Utah RLE(5) image files. PBMPLUS/ppm image files contain the image dimensions and image data in the form of RGB triplets. When converting to an RLE file, the alpha channel may be optionally computed. The origins of PBMPLUS and Utah RLE files are in the upper left and lower left corners respectively, so this program automatically "flips" the image. The input can consist of several concatenated ppm images, in which case, the output will consist of several concatenated RLE images.The RLE file will contain a "true color" image (24 bits). These RLE files may then be viewed using any RLE image viewer. When they are displayed on an 8 bit display, the image must be dithered. In order to produce a better looking image (on 8 bit displays), it is recommended that the image be quantizing (to 8 bit mapped color) prior to its display. This may be done by piping the output of this program into the Utah mcut(1) or rlequant(1) utilities. An example of this is shown later. OPTIONS
EXAMPLES
SEE ALSOmcut(1), pgmtorle(1), rlequant(1), rletoppm(1), urt(1), RLE(5).AUTHORWesley C. BarrisArmy High Performance Computing Research Center (AHPCRC) Minnesota Supercomputer Center, Inc.
Visit the GSP FreeBSD Man Page Interface. |