NAME
      tifftorle - Convert 24 bit TIFF image files
      to RLE.

 SYNOPSIS
      tifftorle [ -o outfile.rle ] infile.tif


 DESCRIPTION
      This program converts a 24 bit TIFF image to
      RLE(5) format.

 OPTIONS
      -o outfile.rle
           If specified, the output will be written
           to this file.  If outfile.rle is "-", or
           if it is not specified, the output will
           be written to the standard output
           stream.

      infile.tif
           The input will be read from this file.
           infile.tif must be a real file, the
           special cases described in urt(1) do not
           apply here.

 SEE ALSO
      tifftorle(1), urt(1), RLE(5).

 AUTHOR
      Bailey Brown, University of Michigan.



















9