Changeset 846 for trunk/src/3rdparty/libpng/TODO
- Timestamp:
- May 5, 2011, 5:36:53 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/3rdparty/libpng/TODO (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/3rdparty/libpng/TODO
r561 r846 1 /* 1 2 TODO - list of things to do for libpng: 2 3 … … 18 19 Histogram creation. 19 20 Text conversion between different code pages (Latin-1 -> Mac and DOS). 20 Should we always malloc 2^bit_depth PLTE/tRNS/hIST entries for safety?21 21 Build gamma tables using fixed point (and do away with floating point entirely). 22 Avoid building gamma tables whenever possible. 22 23 Use greater precision when changing to linear gamma for compositing against 23 24 background and doing rgb-to-gray transformation. 24 25 Investigate pre-incremented loop counters and other loop constructions. 25 26 Add interpolated method of handling interlacing. 27 Provide for conditional compilation of 16-bit support (except for the 28 initial stripping down to 8-bits when reading a 16-bit PNG datastream). 29 Switch to the simpler zlib (zlib/libpng) license if legally possible. 30 31 */
Note:
See TracChangeset
for help on using the changeset viewer.
