Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/3rdparty/libpng/TODO

    r561 r846  
     1/*
    12TODO - list of things to do for libpng:
    23
     
    1819Histogram creation.
    1920Text conversion between different code pages (Latin-1 -> Mac and DOS).
    20 Should we always malloc 2^bit_depth PLTE/tRNS/hIST entries for safety?
    2121Build gamma tables using fixed point (and do away with floating point entirely).
     22Avoid building gamma tables whenever possible.
    2223Use greater precision when changing to linear gamma for compositing against
    2324  background and doing rgb-to-gray transformation.
    2425Investigate pre-incremented loop counters and other loop constructions.
    2526Add interpolated method of handling interlacing.
     27Provide for conditional compilation of 16-bit support (except for the
     28  initial stripping down to 8-bits when reading a 16-bit PNG datastream).
     29Switch to the simpler zlib (zlib/libpng) license if legally possible.
     30
     31*/
Note: See TracChangeset for help on using the changeset viewer.