TGA2TIF Utility

This utility will...
1) Convert a single .TGA file to a 15-bit .TIF file
2) Convert a series of .TGA files to a 15-bit ANI file

Note:   You must have a color card capable of 32,000 colors
        (15/16-bit) mode to use this utility. 

To convert 1 TGA to 1 TIF type

        CVTFLC filename.tga     (press return)

A TIF file with the same name will appear

To Convert a series of TGA files (use this with POV TGA's) type

        CVTFLC @list.asc        (press return)

A ANI file will appear.

The @ character tells the utility to look for an ascii or text file with 
a list of TGA files to convert. 

To create this list

1) create a directory on your hard drive
2) copy the TGA2TIF utility to the directory
   copy the TSENG32.DVR file from the Drivers directory of Workshop
   to the directory
3) copy the TGA files (more than 1) to the directory
4) type         DIR *.TGA > LIST.ASC
        This will create a text file listing all the files with a TGA 
        extension.
5) Use a text editor utility and open LIST.ASC
6) Clean up the file so that one TGA file appears on each line
for example...     

frame1.tga
frame2.tga
frame3.tga

7) Save the file as LIST.ASC
8) At the DOS prompt type 

        TGA2TIF @LIST.ASC       (press return)

9) Thats it!




