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 2020/01/18 21:05:17 UTC

[commons-imaging] branch master updated (7c5ba74 -> 0644f1c)

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 7c5ba74  Merge pull request #67 from kinow/upgrade-dates
     new 9565ae4  [IMAGING-246] Add functions to search for quads
     new 946a080  [IMAGING-246]: Skip platform-specific Photoshop JPEG metadata (as per specification: 1084, 1085, 1086, 1087)
     new 7524bed  [IMAGING-246]: Correct logic in JpegImageParser to prevent a null photoshop metadata.
     new 788502b  [IMAGING-246]: Add unit test
     new 68d39c7  [IMAGING-246]: add changes.xml
     new 0644f1c  Merge pull request #68 from kinow/IMAGING-246

The 1219 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 +
 .../commons/imaging/common/BinaryFunctions.java    |  42 ++++++++++
 .../imaging/formats/jpeg/JpegImageParser.java      |  10 +--
 .../imaging/formats/jpeg/iptc/IptcParser.java      |  22 ++++++
 .../imaging/formats/jpeg/iptc/IptcParserTest.java  |  87 +++++++++++++++++++++
 .../IMAGING-246/FallHarvestKitKat_07610.jpg        | Bin 0 -> 1269869 bytes
 6 files changed, 159 insertions(+), 5 deletions(-)
 create mode 100644 src/test/java/org/apache/commons/imaging/formats/jpeg/iptc/IptcParserTest.java
 create mode 100644 src/test/resources/images/jpeg/photoshop/IMAGING-246/FallHarvestKitKat_07610.jpg