zxing/core
2008-12-08 23:08:23 +00:00
..
lib
src/com/google/zxing Made our parsing code handle uppercase prefixes for a variety of loosely-defined formats. 2008-12-08 23:08:23 +00:00
test Made our parsing code handle uppercase prefixes for a variety of loosely-defined formats. 2008-12-08 23:08:23 +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