summaryrefslogtreecommitdiff
path: root/Build/source/libs/libpng/libpng-1.5.10/TODO
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-07-12 06:26:27 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-07-12 06:26:27 +0000
commit8cf6c7c99500728be625ac00986c46905079eda6 (patch)
tree694183e8540a8de8c1a89adbffa6ef18b4375807 /Build/source/libs/libpng/libpng-1.5.10/TODO
parentb13aba1af09480e6e9b61272ad68ae3c624bebae (diff)
libpng 1.5.12
git-svn-id: svn://tug.org/texlive/trunk@27009 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/libpng/libpng-1.5.10/TODO')
-rw-r--r--Build/source/libs/libpng/libpng-1.5.10/TODO27
1 files changed, 0 insertions, 27 deletions
diff --git a/Build/source/libs/libpng/libpng-1.5.10/TODO b/Build/source/libs/libpng/libpng-1.5.10/TODO
deleted file mode 100644
index 6e1f028bd75..00000000000
--- a/Build/source/libs/libpng/libpng-1.5.10/TODO
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
-TODO - list of things to do for libpng:
-
-Final bug fixes.
-Better C++ wrapper/full C++ implementation?
-Fix problem with C++ and EXTERN "C".
-cHRM transformation.
-Remove setjmp/longjmp usage in favor of returning error codes.
-Add "grayscale->palette" transformation and "palette->grayscale" detection.
-Improved dithering.
-Multi-lingual error and warning message support.
-Complete sRGB transformation (presently it simply uses gamma=0.45455).
-Man pages for function calls.
-Better documentation.
-Better filter selection
- (counting huffman bits/precompression? filter inertia? filter costs?).
-Histogram creation.
-Text conversion between different code pages (Latin-1 -> Mac and DOS).
-Avoid building gamma tables whenever possible.
-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.
-Switch to the simpler zlib (zlib/libpng) license if legally possible.
-Extend pngvalid.c to validate more of the libpng transformations.
-
-*/