The following warnings and errors come from the decoding
routines in the library.
Warning, %s: Premature EOL at scanline %d (x
%d).\n. The input data had a row that was shorter than
the expected width. The row is padded with white.
%s: Premature EOF at scanline %d (x %d).\n. The
decoder ran out of data in the middle of a scanline. The
resultant row is padded with white.
%s: Bad code word at row %d, x %d\n. An invalid
Group 3 code was encountered while decoding the input
file. The row number and horizontal position is given. The
remainder of the input row is discarded, while the
corresponding output row is padded with white.
%s: Bad 2D code word at scanline %d.\n. An invalid
Group 4 or 2D Group 3 code was encountered while
decoding the input file. The row number and horizontal
position is given. The remainder of the input row is
discarded, while the corresponding output row is padded with
white.
|