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 c24b1a6 Merge pull request #130 from kinow/add-ossfuzz-to-readme
new 92056a4 [IMAGING-291] Fix Typo
new cc2378a [IMAGING-291] Changelog
new b9d9086 Merge branch 'pr-135'
The 3 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 ++
.../java/org/apache/commons/imaging/Imaging.java | 8 +++---
.../imaging/common/mylzw/MyLzwCompressor.java | 4 +--
.../imaging/formats/bmp/BmpWriterPalette.java | 12 ++++----
.../imaging/formats/bmp/PixelParserBitFields.java | 16 +++++------
.../imaging/formats/bmp/PixelParserRgb.java | 32 +++++++++++-----------
.../imaging/formats/gif/GenericGifBlock.java | 14 +++++-----
.../imaging/formats/gif/GifImageParser.java | 14 +++++-----
.../commons/imaging/formats/jpeg/decoder/Dct.java | 2 +-
.../imaging/formats/jpeg/segments/SosSegment.java | 10 +++----
.../png/scanlinefilters/ScanlineFilterPaeth.java | 8 +++---
.../commons/imaging/formats/pnm/FileInfo.java | 8 +++---
.../commons/imaging/formats/pnm/PbmFileInfo.java | 10 +++----
.../commons/imaging/formats/pnm/PbmWriter.java | 12 ++++----
.../commons/imaging/formats/pnm/PgmWriter.java | 10 +++----
.../commons/imaging/formats/pnm/PpmFileInfo.java | 4 +--
.../psd/datareaders/CompressedDataReader.java | 6 ++--
.../commons/imaging/formats/tiff/TiffField.java | 4 +--
.../constants/MicrosoftHdPhotoTagConstants.java | 22 +++++++--------
.../formats/tiff/datareaders/DataReaderStrips.java | 4 +--
.../formats/tiff/datareaders/DataReaderTiled.java | 4 +--
.../formats/tiff/write/TiffOutputField.java | 4 +--
.../commons/imaging/icc/IccTagDataTypes.java | 14 +++++-----
.../org/apache/commons/imaging/internal/Debug.java | 14 +++++-----
.../apache/commons/imaging/palette/Dithering.java | 2 +-
.../commons/imaging/color/ColorCieLabTest.java | 6 ++--
.../tiff/ExampleReadFloatingPointData.java | 2 +-
.../imaging/formats/jpeg/iptc/IptcParserTest.java | 2 +-
.../formats/tiff/TiffFloatingPointReadTest.java | 2 +-
29 files changed, 128 insertions(+), 125 deletions(-)