1. 30 8月, 2012 2 次提交
  2. 26 8月, 2012 1 次提交
    • J
      [libpng16] Cleaned up and corrected ICC profile handling. · 14d0ca62
      John Bowler 提交于
          contrib/libtests/makepng: corrected 'rgb' and 'gray' cases.  profile_error
          messages could be truncated; made a correct buffer size calculation and
          adjusted pngerror.c appropriately. png_icc_check_* checking improved;
          changed the functions to receive the correct color type of the PNG on read
          or write and check that it matches the color space of the profile (despite
          what the comments said before, there is danger in assuming the app will
          cope correctly with an RGB profile on a grayscale image and, since it
          violates the PNG spec, allowing it is certain to produce inconsistent
          app behavior and might even cause app crashes.) Check that profiles
          contain the tags needed to process the PNG (tags all required by the ICC
          spec). Removed unused PNG_STATIC from pngpriv.h.
      14d0ca62
  3. 23 8月, 2012 1 次提交
  4. 18 8月, 2012 3 次提交
  5. 17 8月, 2012 2 次提交
    • J
      [libpng16] Corrected fix for unknown handling in pngtest. This reinstates the · 3c1f6983
      John Bowler 提交于
      libpng handling of unknown chunks other than vpAg and sTER (including
      unsafe-to-copy chunks which were dropped before) and eliminates the
      repositioning of vpAg and sTER in pngtest.png by changing pngtest.png
      (so the chunks are where libpng would put them).
      3c1f6983
    • J
      [libpng16] Allow fine grain control of unknown chunk APIs. This change allows · 4a6c6df6
      John Bowler 提交于
      png_set_keep_unknown_chunks() to be turned off if not required and causes
      both read and write to behave appropriately (on read this is only possible
      if the user callback is used to handle unknown chunks).  The change
      also removes the support for storing unknown chunks in the info_struct
      if the only unknown handling enabled is via the callback, allowing libpng
      to be configured with callback reading and none of the unnecessary code.
      4a6c6df6
  6. 16 8月, 2012 3 次提交
  7. 12 8月, 2012 2 次提交
  8. 11 8月, 2012 8 次提交
  9. 10 8月, 2012 9 次提交
  10. 09 8月, 2012 2 次提交
  11. 03 8月, 2012 2 次提交
  12. 22 7月, 2012 4 次提交
  13. 11 7月, 2012 1 次提交