Table of Contents

Name

cubitorle - Convert cubicomp image to an RLE format file.

Synopsis

cubitorle [ -o outfile ] inprefix

Description

Cubitorle converts a set of files in the Cubicomp image format to a raster file in the Utah Raster Toolkit RLE format. Cubitorle expects as input a set of files of the form "inprefix.r8", "inprefix.g8", and "inprefix.b8". These files are combined to form a single RLE(5) file. The output is written to stdout unless an output file name is given using the -o option.

Options

-o
Allows specification of an output file name.

See Also

rleflip(1) , urt(1) , RLE(5) .

Author

Rod Bogart


Table of Contents