Table of Contents

Name

wasatchrle - Convert Wasatch Systems image files to RLE format

Synopsis

wasatchrle [ -o outfile ] basename

Description

Wasatchrle converts image files generated by the Wasatch Systems Paint program to RLE format. It expects to find two files, "basename.lut" (the color look-up table) and "basename.rlc" (the run-length encoded data).

Wasatchrle generates as output a single channel RLE image with a full color map. Since the Wasatch Paint program's origin is the top left of the image, the results should be passed through rleflip -v to correctly orient the image. If the image is to be used with other toolkit operations (e.g., compositing), it should first be run through applymap(1) to convert the image to a full color (three channel) RLE file.

See Also

rleflip(1) , applymap(1) , urt(1) , RLE(5) ,
Wasatch Systems, "Wasatch Raster Image File Definition for Wasatch Illustration Software (Version 1.2 and Later)"

Author

John W. Peterson


Table of Contents