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 |
Glenn Randers-Pehrson | 70e3f54 | 1998-01-03 22:40:55 -0600 | [diff] [blame] | 6 | sPLT chunk handling |
Andreas Dilger | 47a0c42 | 1997-05-16 02:46:07 -0500 | [diff] [blame] | 7 | cHRM transformation |
Glenn Randers-Pehrson | 70e3f54 | 1998-01-03 22:40:55 -0600 | [diff] [blame] | 8 | complete sRGB transformation (presently it simply uses gamma=0.5) |
Andreas Dilger | 47a0c42 | 1997-05-16 02:46:07 -0500 | [diff] [blame] | 9 | man pages for function calls |
| 10 | high-level API for reading images |
| 11 | final bug fixes |
| 12 | better documentation |
| 13 | better filter selection |
| 14 | (counting huffman bits/precompression? filter inertia? filter costs?) |
| 15 | optional palette creation |
| 16 | histogram creation |
| 17 | support for application-defined chunk handlers |
| 18 | keep up with public chunks |
| 19 | better C++ wrapper/full C++ implementation? |
| 20 | text conversion between different code pages (Latin-1 -> Mac and DOS) |