libpng/TODO

21 lines
727 B
Plaintext
Raw Normal View History

1995-07-20 03:43:20 -04:00
pngtodo.txt - list of things to do for libpng
1997-05-16 03:46:07 -04:00
add "grayscale->palette" transformation and "palette->grayscale" detection
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-03 23:40:55 -05:00
complete sRGB transformation (presently it simply uses gamma=0.5)
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)