zxing/core/test/data/blackbox
briangbrown 916edd548e Added code for the Data Matrix decoder.
Added initial ASCII tests for Data Matrix.
Added test symbols for DataMatrix.
Modified MultiFormatReader to try the DataMatrixReader after 1D and QRCode.



git-svn-id: https://zxing.googlecode.com/svn/trunk@264 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-03-11 03:48:12 +00:00
..
code39-1 Removed bad test cases -- for now considering this image too blurred for the "easy" test suite 2008-02-22 19:17:49 +00:00
code39-2 Add some basic Code 39, Code 128 tests 2008-02-19 21:09:55 +00:00
code128-1 Add some basic Code 39, Code 128 tests 2008-02-19 21:09:55 +00:00
datamatrix-1 Added code for the Data Matrix decoder. 2008-03-11 03:48:12 +00:00
ean13-1 New rotated 1D barcode test case 2008-03-03 20:50:41 +00:00
qrcode-1 Disallow BufferedImage of type TYPE_CUSTOM -- not decoding properly, and is kind of a weird case from ImageIO anyway 2008-03-03 22:45:52 +00:00
qrcode-2 Little bug fix affecting QR Codes that run all the way to the left/top edge of an image 2008-02-19 21:49:26 +00:00
upca-1 Added BarcodeFormat to Result, indicating what type of barcode was detected. Added TRY_HARDER hint. Improved logicalness of results when reading UPC-A code / EAN-13 code starting with 0. 2008-02-25 23:02:50 +00:00
README Major reorg of test cases 2008-02-13 23:28:52 +00:00

Thanks to Enrique G-S for contributing many of the EAN-13 test images.