|
NAMErlatorle - convert a Wavefront "rla" or "rlb" image file into an RLE image file.SYNOPSISrlatorle [ -b ] [ -h ] [ -v ] [ -m ] [ -o outfile ] [ infile.rla ]DESCRIPTIONThis program converts Wavefront image files (rla or rlb formats) into Utah RLE(5) image files. Wavefront image files store RGB data as well as a matte channel. They also define a "bounding box" containing non-background pixels which is in many cases smaller than the total image area. Only this non-background area is run length encoded. When converting to an RLE file, the matte channel is stored as an alpha channel and the "bounding box" dimensions are ignored. It is for this reason that in general the RLE version of the file will be larger than its Wavefront counterpart.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 will 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), rlequant(1), rletorla(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. |