Extra test image from Christoph

git-svn-id: https://zxing.googlecode.com/svn/trunk@2640 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen@gmail.com 2013-04-08 19:54:19 +00:00
parent ba916ecbe2
commit 23cceabba0
3 changed files with 3 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -0,0 +1 @@
A larger PDF417 barcode with text and error correction level 4.

View file

@ -24,8 +24,8 @@ public final class PDF417BlackBox3TestCase extends AbstractBlackBoxTestCase {
public PDF417BlackBox3TestCase() {
super("test/data/blackbox/pdf417-3", new MultiFormatReader(), BarcodeFormat.PDF_417);
addTest(9, 9, 0, 0, 0.0f);
addTest(9, 9, 0, 0, 180.0f);
addTest(10, 10, 0, 0, 0.0f);
addTest(10, 10, 0, 0, 180.0f);
}
}