libpng/TODO

24 lines
821 B
Plaintext
Raw Normal View History

1998-03-07 07:06:55 -05:00
TODO - list of things to do for libpng
1995-07-20 03:43:20 -04:00
1998-03-07 15:33:00 -05:00
fix problem with C++ and EXTERN "C"
1997-05-16 03:46:07 -04:00
add "grayscale->palette" transformation and "palette->grayscale" detection
1998-05-09 11:02:29 -04:00
color to gray transformation
1997-05-16 03:46:07 -04:00
improved dithering
multi-lingual error and warning message support
1998-01-03 23:40:55 -05:00
sPLT chunk handling
1997-05-16 03:46:07 -04:00
cHRM transformation
1998-01-30 22:45:12 -05:00
complete sRGB transformation (presently it simply uses gamma=0.45)
1997-05-16 03:46:07 -04: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 16:31:35 -04:00
improve API by hiding the info_ptr