mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-05-01 00:00:02 -04:00
CCITT EncodedByteAlign now default for RLE, always overridable.
+ test case provided by @Schmidor
This commit is contained in:
+1
-1
@@ -106,7 +106,7 @@ final class CCITTFaxDecoderStream extends FilterInputStream {
|
||||
|
||||
switch (type) {
|
||||
case TIFFBaseline.COMPRESSION_CCITT_MODIFIED_HUFFMAN_RLE:
|
||||
optionByteAligned = true;
|
||||
optionByteAligned = byteAligned;
|
||||
optionG32D = false;
|
||||
optionG3Fill = false;
|
||||
optionUncompressed = false;
|
||||
|
||||
Reference in New Issue
Block a user