orle-pix — convert old run-length encoded image to RGB pixel format
orle-fb decodes an old University of Utah standard (Edition-2) Run-Length Encoded (RLE) format file (saved with fb-orle(1), pix-orle(1), or a similar program), converts it into pix(5) format, and writes it to standard out. If file.rle is not specified, standard input is read. orle-pix determines the type and size of the saved file (color or B&W) and acts accordingly. If a non-linear colormap is stored in the RLE file, is is applied to the pixels as they are output.
-d
Debug option, provides verbose description of file structure and processes called, written on standard error.
-v
Provides a verbose description of the parameters of the saved image on standard error.
-b
x
The background of the image is normally set to the value recorded in the RLE file. This option permits the user to specify an alternate background color from a limited set of colors. The character x can be any of r (red), g (green), b (blue), w (white), B (black), or G (18% grey).
Name of file to decode, in old RLE format.