Add to result the raw, but parsed, bytes of byte segments in 2D barcodes
[zxing.git] / core / src / com / google / zxing / datamatrix / DataMatrixReader.java
2008-11-15 srowenAdd to result the raw, but parsed, bytes of byte segmen...
2008-08-04 srowenInitial checkin of Data Matrix detector. Still needs...
2008-06-19 srowenStandardize and update all copyright statements to...
2008-03-12 srowenRefactorings to allow raw bytes to be passed back with...
2008-03-11 srowenFixed a few more extractPureBits() gotchas that came...
2008-03-11 srowenAdded some needed bounds checking in Data Matrix, QR...
2008-03-11 srowenCompleted some modest tweaks to new Data Matrix code...
2008-03-11 briangbrownAdded code for the Data Matrix decoder.