From 459432a1b82c847b98407136f4f6db8f06875567 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Fri, 30 Jul 2010 14:59:45 -0500 Subject: [PATCH] [devel] Updated the TODO list. --- TODO | 2 -- 1 file changed, 2 deletions(-) diff --git a/TODO b/TODO index 46e0fa79d..d189a83c0 100644 --- a/TODO +++ b/TODO @@ -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.