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 3 次提交
  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. 18 12月, 2012 1 次提交
  17. 15 12月, 2012 2 次提交
  18. 10 12月, 2012 1 次提交
  19. 26 11月, 2012 1 次提交
  20. 01 11月, 2012 3 次提交
  21. 27 10月, 2012 1 次提交
    • J
      [libpng16] Made PNG_NO_READ_GAMMA switch off interfaces that depend on · ab1477d6
      John Bowler 提交于
      READ_GAMMA.  Prior to 1.6.0 switching off READ_GAMMA did unpredictable things
      to the interfaces that use it (specifically, png_do_background in 1.4 would
      simply display composite for grayscale images but do composition
      with the incorrect arithmetic for color ones). In 1.6 the semantic
      of -DPNG_NO_READ_GAMMA is changed to simply disable any interface that
      depends on it; this obliges people who set it to consider whether they
      really want it off if they happen to use any of the interfaces in
      question (typically most users who disable it won't).
      ab1477d6
  22. 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
  23. 25 10月, 2012 2 次提交
  24. 05 9月, 2012 1 次提交