]> git.saurik.com Git - wxWidgets.git/blame - src/png/TODO
fixed status bar drawing broken by previous compilation fix
[wxWidgets.git] / src / png / TODO
CommitLineData
a626cc03 1TODO - list of things to do for libpng:
c801d85f 2
a626cc03
RR
3Final bug fixes.
4Fix problem with C++ and EXTERN "C".
5Better C++ wrapper/full C++ implementation?
6Keep up with public chunks.
7sPLT chunk handling.
8cHRM transformation.
9Support for application-defined chunk handlers.
10Improve setjmp/longjmp usage or remove it in favor of returning error codes.
11High-level API for reading images.
12Add "grayscale->palette" transformation and "palette->grayscale" detection.
13Color to gray transformation.
14Improved dithering.
15Multi-lingual error and warning message support.
16Complete sRGB transformation (presently it simply uses gamma=0.45455).
17Man pages for function calls.
18Better documentation.
19Better filter selection
20 (counting huffman bits/precompression? filter inertia? filter costs?).
21Optional palette (sPLT) creation.
22Histogram creation.
23Text conversion between different code pages (Latin-1 -> Mac and DOS).
24Improve API by hiding the info_ptr.