[libpng16] Imported from libpng-1.6.25beta02.tar

This commit is contained in:
Glenn Randers-Pehrson
2016-08-18 12:11:46 -05:00
parent e175eb1ffb
commit 4dc4b2efac
16 changed files with 31 additions and 29 deletions

4
TODO
View File

@@ -5,7 +5,9 @@ Final bug fixes.
Better C++ wrapper/full C++ implementation?
Fix problem with C++ and EXTERN "C".
cHRM transformation.
Remove setjmp/longjmp usage in favor of returning error codes.
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.
Palette creation.
Add "grayscale->palette" transformation and "palette->grayscale" detection.
Improved dithering.