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

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


    from 74d4c288 Smarter allocation checking
     new d687b3cb Better exception messages
     new 4410e02e "GIF" is an acronym
     new e59547ed Comments
     new 0348fbaa Use uppercase for the acronym JPEG
     new 6de5cb80 Use uppercase for the acronym PNG in text
     new b3be8b08 Use uppercase for the acronym TIFF in text

The 6 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:
 .../commons/imaging/common/XmpEmbeddable.java      |  4 +-
 .../imaging/formats/gif/GifImageParser.java        |  4 +-
 .../imaging/formats/gif/GifImagingParameters.java  |  3 +-
 .../imaging/formats/jpeg/JpegImageParser.java      |  4 +-
 .../formats/jpeg/JpegImagingParameters.java        |  3 +-
 .../imaging/formats/jpeg/exif/ExifRewriter.java    | 50 +++++++++++-----------
 .../formats/jpeg/iptc/JpegIptcRewriter.java        | 42 +++++++++---------
 .../imaging/formats/jpeg/xmp/JpegRewriter.java     |  2 +-
 .../imaging/formats/jpeg/xmp/JpegXmpRewriter.java  | 28 ++++++------
 .../imaging/formats/png/PngImagingParameters.java  |  4 +-
 .../commons/imaging/formats/png/PngWriter.java     | 12 +++---
 .../imaging/formats/png/chunks/PngChunkGama.java   |  2 +-
 .../imaging/formats/png/chunks/PngChunkIhdr.java   | 14 +++---
 .../imaging/formats/png/chunks/PngChunkPhys.java   |  6 +--
 .../imaging/formats/png/chunks/PngChunkPlte.java   |  6 +--
 .../imaging/formats/tiff/JpegImageData.java        |  2 +-
 .../imaging/formats/tiff/TiffImageData.java        |  4 +-
 .../imaging/formats/tiff/TiffImageParser.java      |  2 +-
 .../formats/tiff/TiffImagingParameters.java        |  2 +-
 .../commons/imaging/formats/tiff/TiffReader.java   |  2 +-
 .../formats/tiff/datareaders/BitInputStream.java   |  2 +-
 .../commons/imaging/formats/tiff/package-info.java |  2 +-
 .../imaging/internal/ImageParserFactory.java       |  4 +-
 .../imaging/formats/tiff/JpegImageDataTest.java    |  2 +-
 24 files changed, 103 insertions(+), 103 deletions(-)

Reply via email to