This repository has been archived on 2023-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
libpng/TODO

22 lines
757 B
Plaintext
Raw Normal View History

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