2009-04-13 12:41:33 -04:00
|
|
|
/*
|
1998-12-29 12:47:59 -05:00
|
|
|
TODO - list of things to do for libpng:
|
1995-07-20 03:43:20 -04:00
|
|
|
|
1998-12-29 12:47:59 -05:00
|
|
|
Final bug fixes.
|
|
|
|
Better C++ wrapper/full C++ implementation?
|
2000-02-05 00:40:16 -05:00
|
|
|
Fix problem with C++ and EXTERN "C".
|
1998-12-29 12:47:59 -05:00
|
|
|
cHRM transformation.
|
2016-08-18 13:11:46 -04:00
|
|
|
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.
|
2014-03-17 11:58:02 -04:00
|
|
|
Palette creation.
|
1998-12-29 12:47:59 -05:00
|
|
|
Add "grayscale->palette" transformation and "palette->grayscale" detection.
|
|
|
|
Improved dithering.
|
|
|
|
Multi-lingual error and warning message support.
|
|
|
|
Complete sRGB transformation (presently it simply uses gamma=0.45455).
|
|
|
|
Man pages for function calls.
|
|
|
|
Better documentation.
|
|
|
|
Better filter selection
|
|
|
|
(counting huffman bits/precompression? filter inertia? filter costs?).
|
|
|
|
Histogram creation.
|
|
|
|
Text conversion between different code pages (Latin-1 -> Mac and DOS).
|
2009-07-06 10:11:54 -04:00
|
|
|
Avoid building gamma tables whenever possible.
|
2000-12-23 15:27:39 -05:00
|
|
|
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.
|
2009-06-24 07:35:59 -04:00
|
|
|
Add interpolated method of handling interlacing.
|
2009-07-06 10:11:54 -04:00
|
|
|
Switch to the simpler zlib (zlib/libpng) license if legally possible.
|
2010-08-26 18:20:00 -04:00
|
|
|
Extend pngvalid.c to validate more of the libpng transformations.
|
2016-09-30 22:52:44 -04:00
|
|
|
Quiet remaining compiler warnings (mostly -Wconversion warnings).
|
2009-07-06 10:11:54 -04:00
|
|
|
|
2009-04-13 12:41:33 -04:00
|
|
|
*/
|