Issue 287

git-svn-id: https://zxing.googlecode.com/svn/trunk@1131 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2009-11-30 16:01:20 +00:00
parent 3949f6920f
commit efd5cc819f

View file

@ -45,7 +45,7 @@ public final class ITFReader extends AbstractOneDReader {
private static final int W = 3; // Pixel width of a wide line
private static final int N = 1; // Pixed width of a narrow line
private static final int[] DEFAULT_ALLOWED_LENGTHS = { 6, 10, 14 };
private static final int[] DEFAULT_ALLOWED_LENGTHS = { 6, 10, 14, 44 };
// Stores the actual narrow line width of the image being decoded.
private int narrowLineWidth = -1;