Restore 48 digit ITF

git-svn-id: https://zxing.googlecode.com/svn/trunk@2680 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen@gmail.com 2013-04-22 20:10:27 +00:00
parent e6c6c298e5
commit a1ed370597

View file

@ -50,7 +50,7 @@ public final class ITFReader extends OneDReader {
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 = { 44, 24, 20, 18, 16, 14, 12, 10, 8, 6 };
private static final int[] DEFAULT_ALLOWED_LENGTHS = { 48, 44, 24, 20, 18, 16, 14, 12, 10, 8, 6 };
// Stores the actual narrow line width of the image being decoded.
private int narrowLineWidth = -1;