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/12/27 09:05:02 UTC

[commons-imaging] branch master updated (7949824 -> 2871b9b)

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 7949824  Use Objects.requireNonNull() instead of custom check. Minor formatting.
     new 8544f05  [IMAGING-163] Add XmpEmbedabble interface to parsers that support it
     new 871374b  [IMAGING-163]: Add changes.xml entry
     new 2871b9b  Merge pull request #54 from kinow/fix-imaging-163

The 1206 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 ++
 .../org/apache/commons/imaging/ImageParser.java    | 20 --------
 .../java/org/apache/commons/imaging/Imaging.java   |  7 ++-
 .../commons/imaging/common/XmpEmbeddable.java      | 54 ++++++++++++++++++++++
 .../imaging/formats/bmp/BmpImageParser.java        | 17 -------
 .../imaging/formats/dcx/DcxImageParser.java        | 16 -------
 .../imaging/formats/gif/GifImageParser.java        |  3 +-
 .../imaging/formats/icns/IcnsImageParser.java      | 16 -------
 .../imaging/formats/ico/IcoImageParser.java        | 16 -------
 .../imaging/formats/jpeg/JpegImageParser.java      |  3 +-
 .../imaging/formats/pcx/PcxImageParser.java        | 16 -------
 .../imaging/formats/png/PngImageParser.java        |  3 +-
 .../imaging/formats/pnm/PnmImageParser.java        | 16 -------
 .../imaging/formats/psd/PsdImageParser.java        |  3 +-
 .../imaging/formats/rgbe/RgbeImageParser.java      |  6 ---
 .../imaging/formats/tiff/TiffImageParser.java      |  3 +-
 .../imaging/formats/wbmp/WbmpImageParser.java      | 16 -------
 .../imaging/formats/xbm/XbmImageParser.java        | 16 -------
 .../imaging/formats/xpm/XpmImageParser.java        | 16 -------
 19 files changed, 72 insertions(+), 178 deletions(-)
 create mode 100644 src/main/java/org/apache/commons/imaging/common/XmpEmbeddable.java