summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>1999-09-17 12:27:26 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-04-06 16:04:32 -0500
commit4393a9ad6bfe8f7d95d6cd3fa130c34704a61352 (patch)
treeecba47a0a101a2a9f6336a1ca5b07a104e9b6d49 /TODO
parent87544ac62be7d29561270b85271125353e281aba (diff)
downloadlibpng-4393a9ad6bfe8f7d95d6cd3fa130c34704a61352.tar.gz
Imported from libpng-1.0.4-pre1.tarv1.0.4-pre1
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 52f32b894..9c420bca5 100644
--- a/TODO
+++ b/TODO
@@ -10,7 +10,6 @@ Support for application-defined chunk handlers.
Improve setjmp/longjmp usage or remove it in favor of returning error codes.
High-level API for reading images.
Add "grayscale->palette" transformation and "palette->grayscale" detection.
-Color to gray transformation.
Improved dithering.
Multi-lingual error and warning message support.
Complete sRGB transformation (presently it simply uses gamma=0.45455).
@@ -22,3 +21,4 @@ Optional palette (sPLT) creation.
Histogram creation.
Text conversion between different code pages (Latin-1 -> Mac and DOS).
Improve API by hiding the info_ptr.
+Make a no-floating-point version.