Table of Contents

Name

getfb - display an RLE file on a BRL libfb frame buffer.

Synopsis

getfb [ -d ] [ infile ]

Description

This program displays an RLE(5) file on any frame buffer supported by the BRL libfb. The option -d prints the image header information and turns on debugging of the RLE file. All of the RLE opcodes will be printed as they are read from the input file. If an input rlefile is not specified, input will be taken from standard input.

See Also

urt(1) , RLE(5) .

Author

Paul Stay, Ballistic Research Laboratory.

Limitations

Will only display images up to 1024 pixels wide. Will not display black and white (single channel) images correctly. Ignores color map in RLE file.


Table of Contents