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/10 23:44:29 UTC

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

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 f2aed4c  Merge branch 'pr-30'
     new ebc05dc  [IMAGING-238]: Fix TODOs in PNG chunk classes
     new 0036134  [IMAGING-238]: Add javadocs for the PngChunk class
     new ba80e12  [IMAGING-238]: Fix TODOs in PngChunkIccp
     new 296a6a1  [IMAGING-238]: Add javadocs for the PngChunkIccp class
     new c25d3fb  [IMAGING-238]: Add unit test for PngChunkIccp
     new f92618c  [IMAGING-238]: add changes entry
     new 1602ac1  Merge pull request #56 from kinow/fix-todos-pngchunks

The 1164 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/changes/changes.xml                            |  3 +
 .../imaging/formats/png/chunks/PngChunk.java       | 32 ++++++++-
 .../imaging/formats/png/chunks/PngChunkIccp.java   | 45 ++++++++++--
 .../imaging/formats/png/chunks/PngChunkPlte.java   |  2 +-
 .../formats/png/chunks/PngChunkIccpTest.java       | 83 ++++++++++++++++++++++
 5 files changed, 155 insertions(+), 10 deletions(-)
 create mode 100644 src/test/java/org/apache/commons/imaging/formats/png/chunks/PngChunkIccpTest.java