ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
srowen 778e3ef688 Typo in Version 25 spec (thanks Brian)
git-svn-id: https://zxing.googlecode.com/svn/trunk@242 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-03-04 16:26:55 +00:00
android Don't like using == instead of equals() here, even though it's valid here. Fixed that. 2008-03-03 22:07:43 +00:00
core Typo in Version 25 spec (thanks Brian) 2008-03-04 16:26:55 +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 Fix typo in method "isRotate*d*Supported"; don't attempt to rotate images of unknown format 2008-03-03 21:36:03 +00:00
javase Disallow BufferedImage of type TYPE_CUSTOM -- not decoding properly, and is kind of a weird case from ImageIO anyway 2008-03-03 22:45:52 +00:00
rim git-svn-id: https://zxing.googlecode.com/svn/trunk@210 59b500cc-1b3d-0410-9834-0bbf25fbcc57 2008-02-19 16:19:10 +00:00
build.properties Updated for 0.4.5 2008-02-22 19:19:43 +00:00
build.xml More little tweaks to make the 'release' build target happy again 2008-02-22 19:32:35 +00:00
CHANGES Updated for 0.4.5 2008-02-22 19:19:43 +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]