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 7683425d Refactor to simplify exception handling
     new 58fd85a8 Sort methods
     new a2ca4e87 BitInputStreamFlexible now extends FilterInputStream
     new 725c8838 BitsToByteInputStream now extends FilterInputStream
     new 8515374f MyBitInputStream now extends FilterInputStream
     new 6ef30918 BitInputStream now extends FilterInputStream
     new a31f9f6b Use ImagingException
     new ae803f56 Use IOUtils.consume()
     new 1cd5ad8f IOUtils.toByteArray()
     new de542b25 Use IOUtils.consume() and try-with-resources
     new fbfccc2e Use IOUtils.copy();

The 10 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/BinaryFunctions.java    |   7 +-
 .../commons/imaging/common/RationalNumber.java     |   4 +-
 .../imaging/common/bytesource/ByteSourceArray.java |   6 +-
 .../imaging/common/bytesource/ByteSourceFile.java  |  14 +-
 .../common/bytesource/ByteSourceInputStream.java   |  17 +-
 .../common/itu_t4/BitInputStreamFlexible.java      |  14 +-
 .../common/mylzw/BitsToByteInputStream.java        |   9 +-
 .../imaging/common/mylzw/MyBitInputStream.java     |   8 +-
 .../imaging/common/mylzw/MyLzwCompressor.java      |   5 +-
 .../imaging/common/mylzw/MyLzwDecompressor.java    |   4 +-
 .../imaging/formats/ico/IcoImageParser.java        |   2 +-
 .../imaging/formats/jpeg/decoder/Block.java        |   2 +-
 .../formats/jpeg/decoder/JpegInputStream.java      |   2 +-
 .../imaging/formats/jpeg/segments/SofnSegment.java |   2 +-
 .../imaging/formats/jpeg/segments/SosSegment.java  |   2 +-
 .../commons/imaging/formats/pnm/FileInfo.java      |  10 +-
 .../commons/imaging/formats/pnm/PbmFileInfo.java   |   7 +-
 .../imaging/formats/pnm/WhiteSpaceReader.java      |   4 +-
 .../imaging/formats/rgbe/InfoHeaderReader.java     |   4 +-
 .../formats/tiff/datareaders/BitInputStream.java   |  46 ++--
 .../tiff/write/TiffImageWriterLossless.java        |   4 +-
 .../commons/imaging/icc/IccProfileParser.java      | 243 ++++++++++-----------
 .../commons/imaging/palette/ColorSpaceSubset.java  |   4 +-
 .../imaging/test/util/PrintShallowObjectSizes.java |   8 +-
 24 files changed, 211 insertions(+), 217 deletions(-)

Reply via email to