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/06/09 21:38:00 UTC

[commons-imaging] branch master updated (e9f975a -> e9e6b35)

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 e9f975a  IMAGING-130: changes.xml entry
     new 9ddc4c4  IMAGING-134: Fix JPEG handling for files encoded with RST markers
     new a38f0e0  IMAGING-134: Address review comments
     new e9e6b35  Merge pull request #47 from mgs255/imaging-134-jpeg-entropy-exception

The 1119 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:
 .../imaging/formats/jpeg/JpegConstants.java        |  14 ++-
 .../commons/imaging/formats/jpeg/JpegUtils.java    |  18 ++++
 .../imaging/formats/jpeg/decoder/JpegDecoder.java  | 113 +++++++++++++++++++--
 .../formats/jpeg/decoder/JpegInputStream.java      |  43 ++++++--
 src/test/data/images/jpg/6/image.jpeg              | Bin 0 -> 36660 bytes
 src/test/data/images/jpg/7/_DSC6099.jpg            | Bin 0 -> 117450 bytes
 6 files changed, 168 insertions(+), 20 deletions(-)
 create mode 100644 src/test/data/images/jpg/6/image.jpeg
 create mode 100644 src/test/data/images/jpg/7/_DSC6099.jpg