home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / DOS / GRAFISCH / GIFLT210 / README.TXT < prev    next >
Text File  |  1995-01-06  |  5KB  |  177 lines

  1.  
  2. GIFLITE v2.10           6 January 1995
  3. =============
  4.  
  5. This bug-fix release correctly copy the application extension
  6. block inserted by other GIF encoder. Previously, GDS created
  7. GIF catalog become un-viewable after the GIFLITE compression.
  8. This problem is corrected.
  9.  
  10.  
  11.  
  12. GIFLITE v2.00           5 January 1993
  13. =============
  14.  
  15. What's New
  16. ----------
  17.  
  18. . Change the GIF header from GIF87a to GIF89a if the GIFLITE header is
  19.   added. This conforms to the GIF89a standard. If the '-h' (no GIFLITE
  20.   header) option is used, the GIF header remains unchanged.
  21.  
  22. . The '-f' (filter out GIFLITE header) option will convert the image
  23.   back to GIF87a if the filtered image does not contain any GIF89a
  24.   extension block.
  25.  
  26. . The '-9' (replace GIF87a with GIF89a) option is removed.
  27.  
  28. . Increase VESA compatibility.
  29.  
  30. . Add support for Acumos chip set.
  31.  
  32. . Fix a compression problem when the resolution of the original GIF is
  33.   between 360x480.
  34.  
  35. . Fix a backup problem if a backup file already exists.
  36.  
  37. . A program called TO89a.EXE is included. This program will convert all
  38.   GIF87a images with the GIFLITE header to GIF89a format so that the
  39.   images can pass the GIF89a validation check.
  40.  
  41.  
  42.  
  43. GIFLITE v1.51           17 April 1992
  44. =============
  45.  
  46. . Remove the text-mode only restriction when running GIFLITE in
  47.   Desqview. The -t option should be specified when needed.
  48.  
  49.  
  50. GIFLITE v1.50           30 March 1992
  51. =============
  52.  
  53. . Add -@ExcludeListFile option which excludes files specified in
  54.   ExcludeListFile. The usage log file GIFLITE.USE can be used as the
  55.   exclude list file.
  56.  
  57. . Add method 0 (-m0) which inserts the GIFLITE header but does not
  58.   compress the image. It can be used to prevent the image to be
  59.   recompressed.
  60.  
  61. . The GIFLITE header is now always inserted unless the -h option is
  62.   specified. Some pictures may result in a slightly larger files (about
  63.   20 bytes larger).
  64.  
  65. . 43/50-line screen can now be restored.
  66.  
  67.  
  68. GIFLITE v1.41            15 September 1991
  69. =============
  70.  
  71. . Fix a problem that cause out of memory when attempting to compress
  72.   many already compressed files.
  73.  
  74. . Check for Read-only file.
  75.  
  76.  
  77. GIFLITE v1.40            1 August 1991
  78. =============
  79.  
  80. . DOS 5 compatibile. Earlier version is compressed by PKLITE v1.03 which
  81.   may cause some problem when loading below the first 64K segment.
  82.  
  83. . Windows and Desqview aware. When running in Windows 386 Enhanced mode
  84.   or Desqview, GIFLITE will use text mode only.
  85.  
  86. . Add support for Trident 8900, AheadA, AheadB chip set and VESA
  87.   compatible VGA.
  88.  
  89.  
  90. GIFLITE v1.31           25 June 1991
  91. =============
  92.  
  93. . Fix a problem caused by the compiler which may hangup the machine when
  94.   compress multiple files. This problem may be machine specific.
  95.  
  96. . During compression, the scan line is now displayed in color 127
  97.   instead of the background color 0. This should provide better
  98.   indication.
  99.  
  100.  
  101. GIFLITE v1.30           15 June 1991
  102. =============
  103.  
  104. . Add -f option which filter out the GIFLITE header quickly. This option
  105.   is available in the registered version only.
  106.  
  107. . Remove incomplete output file when compressing an already compressed
  108.   image.
  109.  
  110.  
  111. GIFLITE v1.22           6 June 1991
  112. =============
  113.  
  114. . Fix a bug in v1.21 that some files of a wildcard may not be compressed
  115.   if no output path is specified.
  116.  
  117. . It should be capable of compressing upto 4000 to 5000 GIF files in one
  118.   command line using Wildcard or @ListFile.
  119.  
  120.  
  121. GIFLITE v1.21           1 June 1991
  122. =============
  123.  
  124. Advised by CompuServe Graphics Forum Stuff, in order for CompuServe to
  125. accept GIFLITE processed GIF files, the '-9' option is added. GIFLITE is
  126. available in CompuServe as GIFLTE.ZIP in PICS Forum Decoders & Encoders
  127. Library.
  128.  
  129. . -9 option which replace GIF87a header with GIF89a header.
  130.  
  131. . Disable 640x400 resolution on screen display for Tseng 4000 chipset
  132.   due to incompatible problem with some video cards.
  133.  
  134. . Able to accept wildcard file name of large volume of files without
  135.   running out of memory.
  136.  
  137. . Remove incomplete output file when the unregistered version attempts
  138.   to compress image larger than 640x480.
  139.  
  140.  
  141.  
  142. GIFLITE v1.10           29 May 1991
  143. =============
  144.  
  145. . Support the use of a list file, for example @giflite.lst, in the
  146.   command line. A list file contains a list of the GIF files to be
  147.   compressed. This option is used when the GIF files cannot be expressed
  148.   as a wildcard easily. The names in the list file are separated by a
  149.   space or a carriage return and the names can contain wildcard
  150.   character.
  151.  
  152.  
  153. . SET GIFLITE= Environment variable
  154.  
  155.   To help locating the files GIFLITE.EXE and GIFLITE.USE, you should put
  156.   the environment variable into the AUTOEXEC.BAT, for example,
  157.  
  158.        SET GIFLITE=C:\GIF
  159.  
  160.   If you are using DOS 2.2 to 3.0, it indicates the directory where
  161.   GIFLITE.EXE is in and where GIFLITE.USE should be in. If you are using
  162.   DOS 3.1 or higher, it indicates where the GIFLITE.USE should be in.
  163.  
  164.   This environment variable tells GIFLITE to put the usage log into a
  165.   single GIFLITE.USE even if you are compress the GIF files in different
  166.   directory. If the variable is not present and you are using DOS 3.1 or
  167.   higher, the usage log will be put into the same directory as the
  168.   GIFLITE.EXE.
  169.  
  170.  
  171.  
  172. GIFLITE v1.00   18 May 1991
  173. =============
  174.  
  175. This is the first public release.
  176.  
  177.