[devel] Updated the TODO list.

This commit is contained in:
Glenn Randers-Pehrson 2010-07-30 14:59:45 -05:00
parent 33d8c2a1dd
commit 459432a1b8
1 changed files with 0 additions and 2 deletions

2
TODO
View File

@ -2,7 +2,6 @@
TODO - list of things to do for libpng:
Final bug fixes.
Finish work on the no-floating-point version (including gamma compensation)
Better C++ wrapper/full C++ implementation?
Fix problem with C++ and EXTERN "C".
cHRM transformation.
@ -17,7 +16,6 @@ Better filter selection
(counting huffman bits/precompression? filter inertia? filter costs?).
Histogram creation.
Text conversion between different code pages (Latin-1 -> Mac and DOS).
Build gamma tables using fixed point (and do away with floating point entirely).
Avoid building gamma tables whenever possible.
Use greater precision when changing to linear gamma for compositing against
background and doing rgb-to-gray transformation.