zxing/core
2009-01-06 21:11:55 +00:00
..
lib Biiig standardization of whitespace. 2 space indents now, no tabs. 2008-02-14 20:25:54 +00:00
src/com/google/zxing On a tip from Sandy found an error in the QR code detector that would miss a third finder pattern in cases of about 135 degree rotation. This changes test results but is a net win. 2009-01-04 21:11:25 +00:00
test Added 18 real world DataMatrix blackbox images, plus turned on rotation for the original set. 2009-01-06 21:11:55 +00:00
build.xml Created the base Writer object for all barcode encoding, then wrote a QR Code version. A Writer encodes a series of raw bytes into a 2D greyscale bitmap, represented by a ByteArray. This seems like a better container than MonochromeBitmapSource, because we may want shades of grey when encoding future formats. The next step is to hook this up to the Android client. 2008-11-17 22:10:45 +00:00