Skip to content

Commit aa090e0

Browse files
author
chris.nokleberg
committed
update readme
1 parent 6a578fa commit aa090e0

File tree

1 file changed

+4
-57
lines changed

1 file changed

+4
-57
lines changed

javapng2/README

Lines changed: 4 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Copyright (C) 1998-2006 Chris Nokleberg
1+
Copyright (C) 1998-2008 Chris Nokleberg
22
All rights reserved.
33

4-
README - Sixlegs PNG v2.0-rc6
4+
README - Sixlegs Java PNG Decoder
55

66
Features
77

@@ -26,65 +26,12 @@ Getting Started
2626

2727
Revision History
2828

29-
Changes from v2.0-rc5 -> v2.0-rc6 (2006-??-??)
30-
31-
* Fix bugs found by FindBugs
32-
* Change chunk read method to use DataInput instead of PngInputStream
33-
* Fix stereo chunk parsing
34-
* Fix compressed iTXt parsing
35-
* Remove PngChunk, fold constants into PngConstants
36-
* Add suite of broken images, for test coverage
37-
38-
Changes from v2.0-rc4 -> v2.0-rc5 (2006-06-12)
39-
40-
* Added PngConfig.READ_EXCEPT_METADATA
41-
* Better progressive performance
42-
* Support image source region
43-
* Reduced number of classes to make jar smaller
44-
* Use ProGuard to make jar smaller
45-
* Eliminate all use of reflection
46-
* Combine ext package into main package
47-
* Support new sTER registered chunk
48-
* Performance improvements
49-
* Removed get/setUserExponent from config
50-
* Removed support for limiting pass decoding
51-
* Use Builder pattern for PngConfig to make config immutable
52-
53-
Changes from v2.0-rc3 -> v2.0-rc4 (2006-04-05)
54-
55-
* Java IIO-compatible plugin (thanks to Dimitri Koussa)
56-
* Change sBIT to use byte[] instead of int[]
57-
* Support decimation subsampling
58-
* Support limiting decoding of passes to a particular range
59-
60-
Changes from v2.0-rc2 -> v2.0-rc3 (2005-10-7):
61-
62-
* Fix decoding when there is leftover IDAT data
63-
* Move some methods from PngConfig to PngImage
64-
* Add handleProgress methods to PngImage
65-
* Support abort from handleFrame, handleProgress
66-
67-
Changes from v2.0-rc1 -> v2.0-rc2 (2005-9-14):
68-
69-
* Fixed a buffering bug in PngInputStream
70-
* Made PngImage implement java.awt.Transparency
71-
72-
Changes from v1.3.0 -> v2.0-rc1 (2005-8-5):
73-
74-
* Complete rewrite, now requires Java 1.2 or higher
75-
* Uses the modern BufferedImage-based Java APIs
76-
* Decoded images use less memory
77-
* Smaller jar file (under 35K)
78-
* Access to raw image data
79-
* 16-bit images do not have to be reduced to 8-bit
80-
* Faster decoding
81-
* License changed from LGPL to GPL-with-library-exception
82-
(the same as the GNU Classpath project)
29+
See http://code.google.com/p/javapng/wiki/ChangeLog
8330

8431
Contact Information
8532

8633
The latest version of this package is available from:
87-
http://www.sixlegs.com/
34+
http://code.google.com/p/javapng/
8835

8936
Please let me know about any problems you encounter, or features
9037
that you would find valuable.

0 commit comments

Comments
 (0)