ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
2008-05-02 18:41:05 +00:00
android Fix typo introduced at the last second before commit. Watch that 'a' key! 2008-05-02 18:41:05 +00:00
android-m3 Added preliminary support for MobileTag formats; not enabled yet. 2008-05-02 18:39:03 +00:00
core Added preliminary support for MobileTag formats; not enabled yet. 2008-05-02 18:39:03 +00:00
iphone/ZXing Remove experimental shell code for now 2008-04-23 14:38:43 +00:00
javame Added preliminary support for MobileTag formats; not enabled yet. 2008-05-02 18:39:03 +00:00
javase Added some simple sharpening for 1D decoding which allowed a couple more blackbox images to pass. There were a few cases where the format or content is now misdetected, but since the net gain was positive I decided to make those non-fatal errors. In real world use the sharpening seems to help, and I think we can do even better with a better algorithm. 2008-04-21 18:11:02 +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.6; set aside a different android-m3-home variable for android-m3 build 2008-03-28 16:57:55 +00:00
build.xml Tiny improvement -- 'clean' target should remove generated javadoc 2008-03-28 17:04:48 +00:00
CHANGES Updates for 0.6; set aside a different android-m3-home variable for android-m3 build 2008-03-28 16:57:55 +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]