aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/irrlicht-1.8/source/Irrlicht/libpng/TODO
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-01-13 19:47:58 +1000
committerDavid Walter Seikel2014-01-13 19:47:58 +1000
commitf9158592e1478b2013afc7041d9ed041cf2d2f4a (patch)
treeb16e389d7988700e21b4c9741044cefa536dcbae /libraries/irrlicht-1.8/source/Irrlicht/libpng/TODO
parentLibraries readme updated with change markers and more of the Irrlicht changes. (diff)
downloadSledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.zip
SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.tar.gz
SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.tar.bz2
SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.tar.xz
Update Irrlicht to 1.8.1. Include actual change markers this time. lol
Diffstat (limited to 'libraries/irrlicht-1.8/source/Irrlicht/libpng/TODO')
-rw-r--r--libraries/irrlicht-1.8/source/Irrlicht/libpng/TODO27
1 files changed, 0 insertions, 27 deletions
diff --git a/libraries/irrlicht-1.8/source/Irrlicht/libpng/TODO b/libraries/irrlicht-1.8/source/Irrlicht/libpng/TODO
deleted file mode 100644
index 6e1f028..0000000
--- a/libraries/irrlicht-1.8/source/Irrlicht/libpng/TODO
+++ /dev/null
@@ -1,27 +0,0 @@
1/*
2TODO - list of things to do for libpng:
3
4Final bug fixes.
5Better C++ wrapper/full C++ implementation?
6Fix problem with C++ and EXTERN "C".
7cHRM transformation.
8Remove setjmp/longjmp usage in favor of returning error codes.
9Add "grayscale->palette" transformation and "palette->grayscale" detection.
10Improved dithering.
11Multi-lingual error and warning message support.
12Complete sRGB transformation (presently it simply uses gamma=0.45455).
13Man pages for function calls.
14Better documentation.
15Better filter selection
16 (counting huffman bits/precompression? filter inertia? filter costs?).
17Histogram creation.
18Text conversion between different code pages (Latin-1 -> Mac and DOS).
19Avoid building gamma tables whenever possible.
20Use greater precision when changing to linear gamma for compositing against
21 background and doing rgb-to-gray transformation.
22Investigate pre-incremented loop counters and other loop constructions.
23Add interpolated method of handling interlacing.
24Switch to the simpler zlib (zlib/libpng) license if legally possible.
25Extend pngvalid.c to validate more of the libpng transformations.
26
27*/