summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2016-11-02 17:32:56 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2016-11-02 17:37:21 -0500
commite36003e9b86846a9f67d828d3c1fda1f0eda3226 (patch)
tree8319f92ccee6f19422be5fb4145c0d3b12a31841 /TODO
parent2accfbd6f35c84c0380763a9d1b3be0696ef0211 (diff)
downloadlibpng-e36003e9b86846a9f67d828d3c1fda1f0eda3226.tar.gz
[libpng16] Imported from libpng-1.6.27beta01.tarv1.6.27beta01
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index cdb9e1fa8..fe9de4bf0 100644
--- a/TODO
+++ b/TODO
@@ -7,7 +7,7 @@ Fix problem with C++ and EXTERN "C".
cHRM transformation.
Remove setjmp/longjmp usage in favor of returning error codes. As a start on
this, minimize the use of png_error(), replacing them with
- png_warning(); return(0; or similar.
+ png_warning(); return(0); or similar.
Palette creation.
Add "grayscale->palette" transformation and "palette->grayscale" detection.
Improved dithering.
@@ -24,7 +24,6 @@ Use greater precision when changing to linear gamma for compositing against
background and doing rgb-to-gray transformation.
Investigate pre-incremented loop counters and other loop constructions.
Add interpolated method of handling interlacing.
-Switch to the simpler zlib (zlib/libpng) license if legally possible.
Extend pngvalid.c to validate more of the libpng transformations.
*/