mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
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:
parent
ba916ecbe2
commit
23cceabba0
BIN
core/test/data/blackbox/pdf417-3/11.png
Executable file
BIN
core/test/data/blackbox/pdf417-3/11.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
1
core/test/data/blackbox/pdf417-3/11.txt
Executable file
1
core/test/data/blackbox/pdf417-3/11.txt
Executable file
|
@ -0,0 +1 @@
|
|||
A larger PDF417 barcode with text and error correction level 4.
|
|
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue