home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / graphic / dkb / docs / tga2dump.doc < prev    next >
Text File  |  1991-05-16  |  2KB  |  37 lines

  1. TGA2Dump -  An Image File Format Conversion Utility
  2.  
  3. Version 1.1 by Aaron A. Collins
  4.  
  5. This program and documentation are hereby released to the public domain.
  6.  
  7. "Targa" is a trademark of AT&T Truevision.
  8.  
  9. TGA2Dump is a utility to convert Targa 16, 24, or 32 bits/pixel files into
  10. DKB/QRT raw "Dump" format files.
  11.  
  12. This utility is intended primarily for importing "true color" (usu. 24 bit)
  13. Targa format imagemaps into DKB.
  14.  
  15. BIG-D is a commercial raytracer which comes with several textures in .WIN
  16. format.  This format is in fact amazingly similar to Targa-16.  In fact, just
  17. rename the *.WIN files to *.TGA, and use TGA2Dump to import them.
  18.  
  19. TGA2DUMP will also allow you to use the output of DKB "recursively" ;-) by
  20. feeding it's output back in upon itself.
  21.  
  22. This utility will be included with all versions of DKB as of Version 2.05C or
  23. 2.06 whichever comes first.
  24.  
  25. Note that as of this time, there is no support for RLE-compressed nor Color-
  26. Mapped Targa files, only true-color images are processed.  The program should
  27. refuse to operate on these types of image files.  If you have such a file,
  28. you'd probably be better off converting it to a .GIF file using VPIC or some
  29. other converter.  Being already color-mapped, there will be little or no loss
  30. of image color resolution, and it will take up considerably less memory (about
  31. 1/3 the memory) when rendering GIF vs. RAW imagemaps with DKB.
  32.  
  33. Rendering with 24-bit imagemaps is more rewarding than using GIF/IFF images.
  34. This is mostly because the entire operation is being done in 24-bit color, and
  35. the texture realism that is possible is much greater than that with low color
  36. resolution color-mapped images.
  37.