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 062f9b7f Merge pull request #471 from
apache/dependabot/github_actions/actions/setup-java-4.6.0
new f97b294a [IMAGING-340] Add support to PNG 1.2 Extensions
new 625f4e4d [IMAGING-340] Add changelog
The 2 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 | 1 +
src/conf/spotbugs-exclude-filter.xml | 10 +
.../commons/imaging/formats/png/ChunkType.java | 205 +++++++++++++++++----
.../png/{FilterType.java => Extension.java} | 16 +-
.../imaging/formats/png/PngImageMetadata.java | 98 ++++++++++
.../imaging/formats/png/PngImageParser.java | 77 +++++---
.../commons/imaging/formats/png/package-info.java | 9 +-
.../commons/imaging/formats/png/PngReadTest.java | 31 ++++
.../images/png/IMAGING-340/image-with-exif.png | Bin 0 -> 177 bytes
9 files changed, 380 insertions(+), 67 deletions(-)
copy src/main/java/org/apache/commons/imaging/formats/png/{FilterType.java =>
Extension.java} (71%)
create mode 100644
src/main/java/org/apache/commons/imaging/formats/png/PngImageMetadata.java
create mode 100644
src/test/resources/images/png/IMAGING-340/image-with-exif.png