ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
srowen 9165583c7b Oops, didn't intend to enable RSS-14
git-svn-id: https://zxing.googlecode.com/svn/trunk@1250 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-03-21 13:50:12 +00:00
actionscript
android Oops, didn't intend to enable RSS-14 2010-03-21 13:50:12 +00:00
android-integration
androidtest
bug
core Issue 327. Relax decoder assumptions 2010-03-10 11:10:49 +00:00
cpp #ADD: DataMatrix reader. 2010-02-23 23:50:08 +00:00
csharp
iphone Include DataMatrix CPP files in order to link 2010-03-20 09:29:03 +00:00
javame
javase "Unfix" previous fix -- account for odd ByteMatrix representation by flipping black and white to make result correct 2010-03-19 12:17:29 +00:00
jruby Added JRuby wrapper for fun scripting times. 2010-03-05 18:12:55 +00:00
rim
zxing.appspot.com
zxingorg Add pure barcode support to web app and command line 2010-03-01 12:09:43 +00:00
AUTHORS
build.properties Changes for 1.5 2010-03-04 18:43:14 +00:00
build.xml Last last change - add appspot app code 2010-03-04 20:33:50 +00:00
CHANGES Changes for 1.5 2010-03-04 18:43:14 +00:00
COPYING
README

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]