home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Grafica / 3dpie / Servlet / encoder / changelog.txt next >
Text File  |  2000-12-01  |  1KB  |  37 lines

  1. Copyright (c) 1999-2000  J. David Eisenberg
  2. All rights reserved.
  3.  
  4. Revision History
  5.  
  6.   Bug fix (1 December 2000)
  7.      * Changed TestEncoder.java so that it will draw
  8.        the clock image on the first pass.
  9.  
  10.   Changes from v1.3 -> 1.4 (11 April 2000)
  11.      * Changed from GPL to LGPL
  12.  
  13.   Changes from v1.2 -> 1.3.1: (6 April 2000)
  14.      * Now using DeflaterOutputStream instead of Deflater
  15.        from java.util.zip
  16.        - this fixes a bug with compression level of zero
  17.      * Added PngEncoderB class to handle buffered images
  18.        with 8-bit samples and IndexColorModel
  19.  
  20.   Changes from v1.1 -> 1.2: (25 Nov 1999)
  21.   
  22.      * Implemented filtering (SUB and UP filters)
  23.      * TestEncoder.java now accepts arguments to set
  24.        alpha, filtering, and compression level
  25.      * Moved documentation to new directory
  26.      * Removed old documentation "images" directory
  27.  
  28.   Changes from v1.0 -> 1.1:
  29.   
  30.      * fixed bug in calculation of how many rows to process
  31.        during scanline compression
  32.      * took out code for multiple IDAT chunks, as I am either
  33.        doing it incorrectly, or PhotoShop & Netscape can't
  34.        handle it properly.
  35.      * added alpha encoding
  36.  
  37.