CITT Group 3/4 Support - corrected start index in 2d decoding

This commit is contained in:
Schmidor
2015-07-04 00:13:27 +02:00
parent 37e1723891
commit 62862d835a
@@ -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