1. 11 2月, 2013 1 次提交
  2. 09 2月, 2013 2 次提交
  3. 08 2月, 2013 2 次提交
  4. 07 2月, 2013 2 次提交
  5. 06 2月, 2013 1 次提交
  6. 05 2月, 2013 2 次提交
  7. 27 1月, 2013 1 次提交
  8. 21 1月, 2013 2 次提交
  9. 19 1月, 2013 2 次提交
  10. 18 1月, 2013 2 次提交
  11. 11 1月, 2013 2 次提交
  12. 01 1月, 2013 2 次提交
  13. 23 12月, 2012 2 次提交
  14. 21 12月, 2012 1 次提交
  15. 20 12月, 2012 2 次提交
  16. 15 12月, 2012 2 次提交
  17. 10 12月, 2012 1 次提交
  18. 26 11月, 2012 1 次提交
  19. 01 11月, 2012 2 次提交
  20. 26 10月, 2012 1 次提交
    • J
      [libpng16] Changed ICC profile support to allow use of an external color · f8dfd123
      John Bowler 提交于
      management system (CMS). In practice it is not possible to obtain cHRM
      information reliably using just the end-point tags because they do not exist
      in the vast majority of profiles.  Instead it is necessary to run the endpoints
      through the ICC colorimetric intent transform (as described in the v4
      spec).  Since this is likely to be too much code inside libpng for too
      little gain (it implies a fairly complete CMS implementation) the code
      has been changed to allow an external CMS to be used.  This code is
      temporarily disabled until a suitable set of test cases using one or more
      external CMS implementations have been implemented.
      f8dfd123
  21. 25 10月, 2012 2 次提交
  22. 05 9月, 2012 2 次提交
    • G
      [libpng16] Bump version to 1.6.0beta30 · 329d033d
      Glenn Randers-Pehrson 提交于
      329d033d
    • J
      [libpng16] Improved ICC profile handling including cHRM chunk generation and · b98681b4
      John Bowler 提交于
      fixed Cygwin+MSVC build errors. The ICC profile handling now includes more
      checking.  Several errors that caused rejection of the profile are now
      handled with a warning in such a way that the invalid profiles will be
      read by default in release (but not pre-RC) builds but will not be
      written by default.  The easy part of handling a cHRM chunk is written,
      where the ICC profile contains the required data.  The more difficult
      part plus guessing a gAMA value requires code to pass selected RGB values
      through the profile.
      b98681b4
  23. 30 8月, 2012 2 次提交
  24. 18 8月, 2012 1 次提交