1998-03-07 12:06:55 +00:00
|
|
|
TODO - list of things to do for libpng
|
1995-07-20 07:43:20 +00:00
|
|
|
|
1998-03-07 20:33:00 +00:00
|
|
|
fix problem with C++ and EXTERN "C"
|
1997-05-16 07:46:07 +00:00
|
|
|
add "grayscale->palette" transformation and "palette->grayscale" detection
|
1998-05-09 15:02:29 +00:00
|
|
|
color to gray transformation
|
1997-05-16 07:46:07 +00:00
|
|
|
improved dithering
|
|
|
|
multi-lingual error and warning message support
|
1998-01-04 04:40:55 +00:00
|
|
|
sPLT chunk handling
|
1997-05-16 07:46:07 +00:00
|
|
|
cHRM transformation
|
1998-01-31 03:45:12 +00:00
|
|
|
complete sRGB transformation (presently it simply uses gamma=0.45)
|
1997-05-16 07:46:07 +00:00
|
|
|
man pages for function calls
|
|
|
|
high-level API for reading images
|
|
|
|
final bug fixes
|
|
|
|
better documentation
|
|
|
|
better filter selection
|
|
|
|
(counting huffman bits/precompression? filter inertia? filter costs?)
|
|
|
|
optional palette creation
|
|
|
|
histogram creation
|
|
|
|
support for application-defined chunk handlers
|
|
|
|
keep up with public chunks
|
|
|
|
better C++ wrapper/full C++ implementation?
|
|
|
|
text conversion between different code pages (Latin-1 -> Mac and DOS)
|
1998-06-06 20:31:35 +00:00
|
|
|
improve API by hiding the info_ptr
|