ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
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
android Deprecated YUV version 2008-03-10 21:36:12 +00:00
core Added code for the Data Matrix decoder. 2008-03-11 03:48:12 +00:00
iphone/experimental Initial check in of rough, experimental iPhone code. Not to be used just yet; just here so we can collaborate a bit. 2008-02-25 21:57:48 +00:00
javame Various improvements to decode speed and efficiency of J2ME client 2008-03-10 16:18:42 +00:00
javase Undo earlier change that rejects TYPE_CUSTOM -- too many images parse this way, and we can still decode them in some cases. Still can't rotate them. 2008-03-10 16:26:57 +00:00
rim Slight improvement to the crudeness of the BB client -- now tries to auto-exit the Camera app 2008-03-06 22:02:12 +00:00
build.properties Updates for 0.5 2008-03-05 17:38:47 +00:00
build.xml More little tweaks to make the 'release' build target happy again 2008-02-22 19:32:35 +00:00
CHANGES Updates for 0.5 2008-03-05 17:38:47 +00:00
COPYING Oops, update year / company 2007-11-15 17:56:28 +00:00
README git-svn-id: https://zxing.googlecode.com/svn/trunk@39 59b500cc-1b3d-0410-9834-0bbf25fbcc57 2007-11-15 17:59:01 +00:00

Please refer to the project page for more information:
http://code.google.com/p/zxing/
in particular:
http://code.google.com/p/zxing/wiki/GettingStarted

To get started, you can try building and running the command-line client;
you will need to have Apache's Ant tool installed to run this:

ant -f core/build.xml
ant -f javase/build.xml
java -cp javase/javase.jar:core/core.jar com.google.zxing.client.j2se.CommandLineRunner [URL]