]> git.saurik.com Git - wxWidgets.git/blame - src/png/TODO
Don't assume that wxTE_RICH(2) implies wxTE_MULTILINE for wxTextCtrl in wxOSX.
[wxWidgets.git] / src / png / TODO
CommitLineData
b61cc19c 1/*
0272a10d
VZ
2TODO - list of things to do for libpng:
3
4Final bug fixes.
0272a10d
VZ
5Better C++ wrapper/full C++ implementation?
6Fix problem with C++ and EXTERN "C".
7cHRM transformation.
9c0d9ce3 8Remove setjmp/longjmp usage in favor of returning error codes.
0272a10d 9Add "grayscale->palette" transformation and "palette->grayscale" detection.
9c0d9ce3 10Improved dithering.
0272a10d
VZ
11Multi-lingual error and warning message support.
12Complete sRGB transformation (presently it simply uses gamma=0.45455).
13Man pages for function calls.
14Better documentation.
15Better filter selection
16 (counting huffman bits/precompression? filter inertia? filter costs?).
17Histogram creation.
18Text conversion between different code pages (Latin-1 -> Mac and DOS).
b61cc19c 19Avoid building gamma tables whenever possible.
0272a10d
VZ
20Use greater precision when changing to linear gamma for compositing against
21 background and doing rgb-to-gray transformation.
22Investigate pre-incremented loop counters and other loop constructions.
b61cc19c 23Add interpolated method of handling interlacing.
b61cc19c 24Switch to the simpler zlib (zlib/libpng) license if legally possible.
9c0d9ce3 25Extend pngvalid.c to validate more of the libpng transformations.
b61cc19c
PC
26
27*/