]> git.saurik.com Git - wxWidgets.git/blame_incremental - src/png/TODO
Rename wxWebHistoryItem to wxWebViewHistoryItem.
[wxWidgets.git] / src / png / TODO
... / ...
CommitLineData
1/*
2TODO - list of things to do for libpng:
3
4Final bug fixes.
5Improve API by hiding the png_struct and png_info structs.
6Finish work on the no-floating-point version (including gamma compensation)
7Better C++ wrapper/full C++ implementation?
8Fix problem with C++ and EXTERN "C".
9cHRM transformation.
10Improve setjmp/longjmp usage or remove it in favor of returning error codes.
11Add "grayscale->palette" transformation and "palette->grayscale" detection.
12Improved quantizing and dithering.
13Multi-lingual error and warning message support.
14Complete sRGB transformation (presently it simply uses gamma=0.45455).
15Man pages for function calls.
16Better documentation.
17Better filter selection
18 (counting huffman bits/precompression? filter inertia? filter costs?).
19Histogram creation.
20Text conversion between different code pages (Latin-1 -> Mac and DOS).
21Build gamma tables using fixed point (and do away with floating point entirely).
22Avoid building gamma tables whenever possible.
23Use greater precision when changing to linear gamma for compositing against
24 background and doing rgb-to-gray transformation.
25Investigate pre-incremented loop counters and other loop constructions.
26Add interpolated method of handling interlacing.
27Provide for conditional compilation of 16-bit support (except for the
28 initial stripping down to 8-bits when reading a 16-bit PNG datastream).
29Switch to the simpler zlib (zlib/libpng) license if legally possible.
30
31*/