ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
2009-10-19 20:44:45 +00:00
android Update DB version to ensure older clients update (see Issue 254) 2009-10-19 20:44:45 +00:00
android-integration Need to use 1.5 jar location 2009-08-04 15:57:37 +00:00
androidtest Extended the test app to write the camera parameters to /sdcard/CameraParameters.txt in addition to emailing them. Also bumped the version to 1.1. 2009-09-25 21:38:26 +00:00
bug Refactored the MonochromeBitmapSource class hierarchy into LuminanceSource, Binarizer, and BinaryBitmap classes. The unit tests pass and I believe the change is complete, but there are some clients like J2ME and Bug that I can't build. 2009-06-26 17:49:45 +00:00
core - Created Barcode Scanner 3.0 beta 1, for Donut and above only. 2009-10-19 18:04:57 +00:00
cpp/core * Throw the actual exception objects, rather than pointers to them, i.e.: 2009-06-27 13:22:03 +00:00
csharp Fix issue 221 2009-08-04 08:53:05 +00:00
iphone Issue 224, remove Christian's info since it seems to prevent the build from working for developers? 2009-08-12 09:15:52 +00:00
javame Fix an (old?) compile error 2009-06-26 19:03:04 +00:00
javase Tiny changes to System.err usage, closed a stream, saved a reused Pattern 2009-09-26 13:25:37 +00:00
rim Refactored the MonochromeBitmapSource class hierarchy into LuminanceSource, Binarizer, and BinaryBitmap classes. The unit tests pass and I believe the change is complete, but there are some clients like J2ME and Bug that I can't build. 2009-06-26 17:49:45 +00:00
zxing.appspot.com Update to work with GWT 1.7 2009-10-09 15:19:43 +00:00
zxingorg Tiny changes to System.err usage, closed a stream, saved a reused Pattern 2009-09-26 13:25:37 +00:00
AUTHORS Issue 246, add Italian translation (and standardize spacing of strings.xml files) 2009-10-13 16:55:16 +00:00
build.properties Update to work with GWT 1.7 2009-10-09 15:12:57 +00:00
build.xml Make web app work on Servlet/JSP 2.3/1.2 and fix some other mistakes 2009-08-13 11:11:48 +00:00
CHANGES Whoops, forgot to mention the C# port, I thought it was present in v1.2. 2009-03-11 19:47:25 +00:00
COPYING Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +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]