summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2000-05-06 14:09:57 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-04-06 16:05:05 -0500
commit752945701e50df7fa47f6b2e3f6adf8ebdbc40aa (patch)
tree185aa1b292dc4535e1cbf9fe6221bd8aec0dfe72 /TODO
parent98c9d73605cfc89d36886ea1a6a1c595fe8781a4 (diff)
downloadlibpng-752945701e50df7fa47f6b2e3f6adf8ebdbc40aa.tar.gz
Imported from libpng-1.0.7beta11.tarv1.0.7beta11
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 58c11e788..e1de86ce5 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,7 @@
TODO - list of things to do for libpng:
Final bug fixes.
+Improve API by hiding the png_struct and png_info structs.
Finish work on the no-floating-point version (including gamma compensation)
Better C++ wrapper/full C++ implementation?
Fix problem with C++ and EXTERN "C".
@@ -16,4 +17,3 @@ Better filter selection
(counting huffman bits/precompression? filter inertia? filter costs?).
Histogram creation.
Text conversion between different code pages (Latin-1 -> Mac and DOS).
-Improve API by hiding the info_ptr.