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 14635a91 Use input parameter in exception message
new 303e5550 Fix name for exception message
new 1b4fdeb0 Use Java naming conventions
new 836a244e Fix name for exception message
new 6ef7b844 Fix name for log message
new 899d7149 Fix name for exception message
new ca8be30b Fix name for exception message
new b6618f2c Fix name for exception message and log
new 23091f99 Fix name for log message
new cd021a0e Fix names for log message
new 05b1163e Fix name for log message
new d01605ab Use Java naming conventions
new 7c153ea1 Use Java naming conventions
new 4c28fb55 Use Java naming conventions
new c0a69dce Use Java naming conventions
new ffdea7b0 Fix name for exception message
new 37c8d96f Use Java naming conventions
new 62591aa0 Fix name for exception message
new f601a6b7 Fix names for exception message
new d531eef3 Use Java naming conventions
new 84f800a3 Use Java naming conventions
new cd376485 Use Java naming conventions
new 08a53131 Use Java naming conventions
new 71252079 Use Java naming conventions
new e7cfa770 Use Java naming conventions
new a2634184 Use Java naming conventions
new 2ece6011 Use Java naming conventions
new 65ac94c3 Use Java naming conventions
new 8523af0e Use Java naming conventions
The 28 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/color/ColorConversions.java | 556 ++++++++++-----------
.../imaging/formats/gif/GifImageParser.java | 2 +-
.../imaging/formats/jpeg/JpegImageParser.java | 2 +-
.../imaging/formats/jpeg/segments/JfifSegment.java | 14 +-
.../imaging/formats/jpeg/segments/SofnSegment.java | 10 +-
.../imaging/formats/jpeg/segments/SosSegment.java | 10 +-
.../imaging/formats/png/GammaCorrection.java | 6 +-
.../apache/commons/imaging/formats/png/PngCrc.java | 33 +-
.../imaging/formats/png/PngImageParser.java | 8 +-
.../commons/imaging/formats/png/PngWriter.java | 8 +-
.../psd/datareaders/CompressedDataReader.java | 2 +-
.../PhotometricInterpreterLogLuv.java | 78 +--
.../apache/commons/imaging/palette/ColorGroup.java | 2 +-
.../imaging/palette/MedianCutQuantizer.java | 4 +-
.../commons/imaging/palette/PaletteFactory.java | 18 +-
.../imaging/color/ColorConversionsTest.java | 74 +--
.../imaging/formats/icns/IcnsImageParserTest.java | 2 +-
.../jpeg/exif/ExifRewriterRoundtripTest.java | 6 +-
.../commons/imaging/formats/png/PngCrcTest.java | 2 +-
.../imaging/formats/png/PngImageParserTest.java | 2 +-
.../imaging/formats/png/PngWriteReadTest.java | 2 +-
.../imaging/formats/tiff/TiffCcittTest.java | 12 +-
.../commons/imaging/roundtrip/ImageAsserts.java | 18 +-
23 files changed, 436 insertions(+), 435 deletions(-)