Guy Schalnat | 0d58058 | 1995-07-20 02:43:20 -0500 | [diff] [blame] | 1 | pngtodo.txt - list of things to do for libpng |
| 2 | |
Andreas Dilger | 47a0c42 | 1997-05-16 02:46:07 -0500 | [diff] [blame^] | 3 | add "grayscale->palette" transformation and "palette->grayscale" detection |
| 4 | improved dithering |
| 5 | multi-lingual error and warning message support |
| 6 | cHRM transformation |
| 7 | sRGB chunk handling |
| 8 | man pages for function calls |
| 9 | high-level API for reading images |
| 10 | final bug fixes |
| 11 | better documentation |
| 12 | better filter selection |
| 13 | (counting huffman bits/precompression? filter inertia? filter costs?) |
| 14 | optional palette creation |
| 15 | histogram creation |
| 16 | support for application-defined chunk handlers |
| 17 | keep up with public chunks |
| 18 | better C++ wrapper/full C++ implementation? |
| 19 | text conversion between different code pages (Latin-1 -> Mac and DOS) |