mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-03 23:53:15 -04:00
CITT Group 3/4 Support - corrected start index in 2d decoding
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user