mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-05-01 00:00:02 -04:00
CITT Group 3/4 Support - corrected start index in 2d decoding
This commit is contained in:
+1
-1
@@ -154,7 +154,7 @@ final class CCITTFaxDecoderStream extends FilterInputStream {
|
|||||||
}
|
}
|
||||||
|
|
||||||
boolean white = true;
|
boolean white = true;
|
||||||
int index = -1;
|
int index = 0;
|
||||||
changesCurrentRowCount = 0;
|
changesCurrentRowCount = 0;
|
||||||
mode: while (index < columns) {
|
mode: while (index < columns) {
|
||||||
// read mode
|
// read mode
|
||||||
|
|||||||
Reference in New Issue
Block a user