You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/07/04 14:21:26 UTC

[commons-imaging] 02/03: Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-imaging.git

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

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

commit 3b96236129227aab9bbc2ea9ca261417a51c0e46
Merge: 1b30852 1e725b0
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Jun 12 09:14:18 2019 -0400

    Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-imaging.git

 pom.xml                                            |   2 +-
 src/changes/changes.xml                            |  12 ++
 .../imaging/common/itu_t4/T4AndT6Compression.java  | 170 +++++++--------
 .../imaging/common/mylzw/MyLzwDecompressor.java    |   6 +-
 .../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 +++-
 .../PhotometricInterpreter.java                    |   9 +
 .../PhotometricInterpreterLogLuv.java              | 230 ++++++++++++---------
 src/test/data/images/gif/3/animated.gif            | Bin 0 -> 1460705 bytes
 src/test/data/images/jpg/6/image.jpeg              | Bin 0 -> 36660 bytes
 src/test/data/images/jpg/7/_DSC6099.jpg            | Bin 0 -> 117450 bytes
 .../PhotometricInterpreterLogLuvTest.java          | 108 ++++++++++
 14 files changed, 520 insertions(+), 205 deletions(-)