diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-08-26 17:20:00 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-08-26 17:20:00 -0500 |
commit | a041ae4cde391fd87488d23230815dc9c4baf825 (patch) | |
tree | 685fd978c955d4fe62048e2a4de1b9b2cc241644 | |
parent | 7d3e6732fbf529be0571fb89a5f778d89b2553ac (diff) | |
download | libpng-a041ae4cde391fd87488d23230815dc9c4baf825.tar.gz |
[devel] Updated TODO, about conditional 16BIT support and extending pngvalid.c
-rw-r--r-- | TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -22,9 +22,9 @@ Use greater precision when changing to linear gamma for compositing against Investigate pre-incremented loop counters and other loop constructions. Add interpolated method of handling interlacing. Provide for conditional compilation of 16-bit support (except for the - initial stripping down to 8-bits when reading a 16-bit PNG datastream). + initial stripping down to 8-bits and proper decoding of "cheap transparency" + when reading a 16-bit PNG datastream). Switch to the simpler zlib (zlib/libpng) license if legally possible. -Extend pngvalid.c to test the progressive reader, and to validate more - of the libpng transformations. +Extend pngvalid.c to validate more of the libpng transformations. */ |