![]() |
![]()
| ![]() |
![]()
NAMErletorla - convert a Utah RLE image file into a Wavefront "rla" or "rlb" image file.SYNOPSISrletorla [ -b ] [ -h ] [ -v ] [ -o outfile ] [ infile ]DESCRIPTIONThis program converts Utah RLE(5) image files into Wavefront "rla" or "rlb" image files. Rletorla will handle 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). In each case the resulting Wavefront image file will contain RGB data as well as a matte channel. If no alpha channel is found in the RLE file, the Wavefront matte channel will be computed using the RGB or mapped data. The entire area of the Wavefront image will be run length encoded. The size of the Wavefront "bounding box" data structure will be set to that of the total image area.NOTE: Even though images of any size can be converted, Wavefront is very fussy about image dimensions. Normally, the converted image must be one of the following sizes or Wavefront will complain with "ERROR, cannot open image file filename, error -8": 646x485 (0-645x0-484) ntsc_4d
To get around this problem, the aspect ratio field in the Wavefront "rla" file will be "faked" with "ntsc_4d" for all formats that do not match one of those shown above. This way, Wavefront will find a valid format string, and any image size will be readable. "rlb" image file do not have this limitation. OPTIONS
EXAMPLES
SEE ALSOrlatorle(1), urt(1), RLE(5).AUTHORWesley C. BarrisArmy High Performance Computing Research Center (AHPCRC) Minnesota Supercomputer Center, Inc.
|