home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_01 / JAGDEV_1.LZH / DEVELOP.JAG / VECTRONI.X! / JAGPEG / README.TXT < prev    next >
Text File  |  1994-09-26  |  2KB  |  76 lines

  1. Enclosed is the 9/26/94 release of the Jaguar JPEG tools.
  2.  
  3. There are three archives altogether:
  4.  
  5.     JAGPEG.ZIP, TGAJPC.ZIP, and TGAJST.ZIP
  6.  
  7. The JAGPEG.ZIP archive contains the decompression code, sample program
  8. and sample pictures.
  9.  
  10. The TGAJPC.ZIP archive contains the PC/MSDOS specific tools and
  11. utilities.
  12.  
  13. The TGAJST.ZIP archive contains the Atari/TOS specific tools and
  14. utilities.
  15.  
  16. ---------------------------------------------------------------------------
  17. The archives extract files into the following directories:
  18.  
  19. JAGUAR\BIN
  20. JAGUAR\JAGPEG\DEJAG
  21. JAGUAR\JAGPEG\TESTJPG
  22.  
  23. ---------------------------------------------------------------------------
  24. Files in the JAGPEG directory:
  25.  
  26.     TGAJAGPC.TXT   Documentation for TGAJAG (PC/MSDOS specific)
  27. or  TGAJAGST.TXT   Documentation for TGAJAG (Atari specific)
  28.  
  29.     README.TXT     Last minute updates & additional information
  30.                    The file you are reading right now.
  31.  
  32. ---------------------------------------------------------------------------
  33. Files in the JAGUAR\BIN directory:
  34.  
  35.    LOCATE.EXE      LOCATE utility to modify DEHUFF.DAT (see DEJAG.TXT)
  36.  
  37. The following programs are called by TGAJAG (not by you directly).
  38.  
  39.    JSPLIT.EXE      Creates three components of the TGA
  40.    JSPLITH.EXE
  41.    JSPLITQ.EXE
  42.  
  43.    JQUAD.EXE       Performs special processing for QUAD subsampling
  44.  
  45.    JCJPEG.EXE      Does JPEG compression on each component
  46.  
  47.    JSTRIP.EXE      Strips JFIF info from each compnent
  48.  
  49.    JMAKEQ.EXE      Creates the DQ??.ABS file
  50.  
  51.    JMERGE.EXE      Merges the processed components into the final .JAG file
  52.    JMERGEH.EXE
  53.  
  54. Filename extensions for the Atari versions are ".TTP" instead of ".EXE".
  55.  
  56. ---------------------------------------------------------------------------
  57. Files in the DEJAG directory:
  58.  
  59.    DEJAG.TXT       Documentation for DEJAG
  60.  
  61.    DEJAG16.BIN     DEJAG Routine that outputs 16-bit RGB
  62.  
  63.    DEJAG24.BIN     DEJAG Routine that outputs 24-bit RGB
  64.                    (to 32-bit per pixel screen memory)
  65.  
  66.    DEHUFF.DAT      Data table used by DEJAG routine
  67.  
  68.    DEJAG.INC       MadMac include file with equates for DEJAG routine
  69.  
  70. ---------------------------------------------------------------------------
  71. Files in the JAGUAR\JAGPEG\TESTJPG directory:
  72.  
  73. The TESTJPG directory contains a variety of source code and data files.  See
  74. the README.TXT file and MAKEFILE in that directory for more information.
  75.  
  76.