]> git.lizzy.rs Git - irrlicht.git/blob - source/Irrlicht/libpng/TODO
Merging r6145 through r6171 from trunk to ogl-es branch
[irrlicht.git] / source / Irrlicht / libpng / TODO
1 TODO - list of things to do for libpng:\r
2 \r
3 * Fix all defects (duh!)\r
4 * Better C++ wrapper / full C++ implementation (?)\r
5 * Fix the problems with C++ and 'extern "C"'.\r
6 * cHRM transformation.\r
7 * Palette creation.\r
8 * "grayscale->palette" transformation and "palette->grayscale" detection.\r
9 * Improved dithering.\r
10 * Multi-lingual error and warning message support.\r
11 * Complete sRGB transformation.  (Currently it simply uses gamma=0.45455.)\r
12 * Man pages for function calls.\r
13 * Better documentation.\r
14 * Better filter selection\r
15   (e.g., counting huffman bits/precompression; filter inertia; filter costs).\r
16 * Histogram creation.\r
17 * Text conversion between different code pages (e.g., Latin-1 -> Mac).\r
18 * Avoid building gamma tables whenever possible.\r
19 * Greater precision in changing to linear gamma for compositing against\r
20   background, and in doing rgb-to-gray transformations.\r
21 * Investigate pre-incremented loop counters and other loop constructions.\r
22 * Interpolated method of handling interlacing.\r
23 * More validations for libpng transformations.\r