You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2019/11/11 00:02:13 UTC

[commons-imaging] branch master updated (1602ac1 -> 5e5483f)

This is an automated email from the ASF dual-hosted git repository.

kinow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git.


    from 1602ac1  Merge pull request #56 from kinow/fix-todos-pngchunks
     add c2b7f9d  [IMAGING-239]: Add support for decompressing (inflating) using the deflate compression algorithm.
     add b588aaf  [IMAGING-239]: Add changes entry
     add 5e5483f  Merge branch 'pr-43'

No new revisions were added by this update.

Summary of changes:
 src/changes/changes.xml                            |  3 +
 .../apache/commons/imaging/common/ZlibDeflate.java | 82 ++++++++++++++++++++++
 .../commons/imaging/formats/tiff/TiffReader.java   |  5 +-
 .../formats/tiff/constants/TiffConstants.java      |  2 +
 .../formats/tiff/datareaders/ImageDataReader.java  |  9 +++
 .../formats/tiff/write/TiffImageWriterBase.java    |  8 ++-
 .../imaging/formats/tiff/TiffRoundtripTest.java    |  3 +-
 7 files changed, 109 insertions(+), 3 deletions(-)
 create mode 100644 src/main/java/org/apache/commons/imaging/common/ZlibDeflate.java