LibRle: library and tools for URT images
3.1.b1
The Utah Raster Toolkit is a collection of programs and C routines for
dealing with raster images commonly encountered in computer graphics.
A device and system independent image format stores images and information
about them. Called the RLE(5) format, it uses run length encoding to
reduce storage space for most images.
The programs (tools) currently included in the toolkit are listed above,
together with a short description of each one. Most of the tools read one
or more input RLE files and produce an output RLE file. Some generate RLE
files from other information, and some read RLE files and produce output
of a different form.
http://www.cs.utah.edu/gdc/projects/urt
If you download the Setup version of the package, the dependencies, as listed below under Requirements, are already included, apart from msvcrt.dll. If you download the package as Zip files, then you must take care of the dependencies yourself.
General Installation Instructions