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 159abb23 Fix up GHA badges new 0c999b88 Sort members new 0e282bae No need to nest new 0042f764 Fix Javadoc typo new 2e04da6e Fix Javadoc @see tag new 8c529494 Format nits new 0eb6b55d Javadeoc new 5178a358 Javadeoc The 7 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/ByteConversions.java | 175 +++++++------- .../commons/imaging/formats/jpeg/decoder/Dct.java | 4 + .../imaging/formats/jpeg/iptc/IptcParser.java | 4 +- .../AbstractTransparencyFilter.java | 17 +- .../imaging/formats/webp/WebPImageParser.java | 258 ++++++++++----------- .../imaging/formats/webp/chunks/WebPChunk.java | 64 ++--- .../imaging/formats/webp/chunks/WebPChunkVp8.java | 40 ++-- .../imaging/formats/webp/chunks/WebPChunkVp8l.java | 30 +-- .../imaging/formats/webp/chunks/WebPChunkVp8x.java | 60 ++--- .../imaging/common/BinaryFileFunctionsTest.java | 4 +- .../imaging/formats/tiff/TiffBigTiffTest.java | 32 +-- .../commons/imaging/formats/webp/WebPBaseTest.java | 10 +- .../imaging/formats/webp/WebPMetadataTest.java | 22 +- .../commons/imaging/formats/webp/WebPReadTest.java | 40 ++-- .../commons/imaging/roundtrip/ImageAsserts.java | 46 ++-- 15 files changed, 409 insertions(+), 397 deletions(-)