summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-06-02 13:45:15 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-06-04 07:48:17 -0500
commit424c98547ddcf8ff81f79023add37d3dcc9a3ae4 (patch)
treeed4525c2b670fe7f14419d5bc990c246709b5267 /TODO
parent37e7e0bd818b19db2f0a31da968808e3bbd34693 (diff)
downloadlibpng-424c98547ddcf8ff81f79023add37d3dcc9a3ae4.tar.gz
Imported from libpng-1.4.0beta62.tarv1.4.0beta62
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 3db4a93aa..fd1a1d045 100644
--- a/TODO
+++ b/TODO
@@ -18,9 +18,9 @@ Better filter selection
(counting huffman bits/precompression? filter inertia? filter costs?).
Histogram creation.
Text conversion between different code pages (Latin-1 -> Mac and DOS).
-Should we always malloc 2^bit_depth PLTE/tRNS/hIST entries for safety?
Build gamma tables using fixed point (and do away with floating point entirely).
Use greater precision when changing to linear gamma for compositing against
background and doing rgb-to-gray transformation.
Investigate pre-incremented loop counters and other loop constructions.
+Add interpolated method of handling interlacing
*/