diff options
author | aavit <qt-info@nokia.com> | 2010-02-15 12:07:12 (GMT) |
---|---|---|
committer | aavit <qt-info@nokia.com> | 2010-02-15 12:07:12 (GMT) |
commit | c9a13228d61de352edfb0019121bc83160d3b79f (patch) | |
tree | 0867fb6c2696084313358e6226d09d682defd51d /src/3rdparty/libpng/TODO | |
parent | 815911cc85883f621874d3c11714e80dc352ee29 (diff) | |
download | Qt-c9a13228d61de352edfb0019121bc83160d3b79f.zip Qt-c9a13228d61de352edfb0019121bc83160d3b79f.tar.gz Qt-c9a13228d61de352edfb0019121bc83160d3b79f.tar.bz2 |
Delete libpng 1.2.40
Diffstat (limited to 'src/3rdparty/libpng/TODO')
-rw-r--r-- | src/3rdparty/libpng/TODO | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/3rdparty/libpng/TODO b/src/3rdparty/libpng/TODO deleted file mode 100644 index face765..0000000 --- a/src/3rdparty/libpng/TODO +++ /dev/null @@ -1,25 +0,0 @@ -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". -cHRM transformation. -Improve setjmp/longjmp usage or remove it 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). -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. |