This directory contains some simple source code useful as examples of
interfacing the toolkit to other sources of raster images.  The programs
deal with files containing 512x512 bytes of uncompressed image data (these
are often used in image processing or vision work).

These programs are intended as examples, not as installed tools.

gray_to_rle.c - Take a simple gray scale image and convert it to RLE
rle_to_gray.c - Goes the other direction
mix.c	      - Mix multiple uncompressed images into a single RGB RLE image.


