MVG TIFF Modules: Copyright 1991 W.D.Parks Dr. Bobware All rights reserved RTIFF: Reads a TIF into MVG o Will read only bi-level TIFs o Reads either Intel or Motorola formats o Reads non-compressed or PacBits compressed files (LZW and CCITT not supported) o Reads SINGLE-STRIP images. (multiple strips are not supported) WTIFF: Write image as TIF file o Writes either non-compressed or PakBits (LZW and CCITT not supported) o Allows user-defined strings for title,author tags. o Writes as 1 strip (no multiple strips) * WTIFF looks for a file named "TIF.WHO" and if found will use the ascii text found within as the default string for the Author field. This saves having to enter it with each WRITE. The string should be null terminated (ie end with a zero byte). TLOOK: Examines a TIF file o Stand-alone program to determine what type of image and what arameters are contained in a particular TIF file. These programs may be freely distributed as long as this text file is included and as long as neither are modified in any way. W.David Parks Dr. Bobware 23 May 1993