mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-04 20:15:28 -04:00
CITT Group 3/4 Support - corrected start index in 2d decoding
This commit is contained in:
parent
37e1723891
commit
62862d835a
@ -154,7 +154,7 @@ final class CCITTFaxDecoderStream extends FilterInputStream {
|
||||
}
|
||||
|
||||
boolean white = true;
|
||||
int index = -1;
|
||||
int index = 0;
|
||||
changesCurrentRowCount = 0;
|
||||
mode: while (index < columns) {
|
||||
// read mode
|
||||
|
Loading…
x
Reference in New Issue
Block a user