This website requires JavaScript.
Explore
Help
Sign In
mudhorn
/
zxing
Watch
1
Star
0
Fork
You've already forked zxing
0
mirror of
https://github.com/zxing/zxing.git
synced
2024-11-10 04:54:04 -08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
4928f6bd07
zxing
/
core
History
srowen
4928f6bd07
git-svn-id:
https://zxing.googlecode.com/svn/trunk@743
59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-11-20 17:10:44 +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
Ported over the BitVector bug fix and new unit test from Satoru.
2008-11-20 17:08:30 +00:00
test
git-svn-id:
https://zxing.googlecode.com/svn/trunk@743
59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-11-20 17:10:44 +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