ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
2009-06-18 20:55:42 +00:00
android Changed "Search book" back to "Search book contents" for clarity, since it's too confusing next to the "Book Search" button. The "Custom search" button will wrap in this case but it still fits fine. 2009-06-18 15:51:18 +00:00
android-integration Added 'shareText' integration code from Isaac 2009-05-03 05:59:49 +00:00
androidtest Calculated total time taken by the benchmark, and also reported it in the UI (in addition to logcat). 2009-06-08 19:17:34 +00:00
bug Make some stuff to public to compile 2009-05-22 07:55:32 +00:00
core Wrote a quick command line app to calculate how many total images are passing our blackbox unit tests. This could use some improvement but it's a start. 2009-06-18 20:55:42 +00:00
cpp/core Remove some DEBUG blocks that apparently do not compile 2009-05-21 14:33:23 +00:00
csharp C# port, add datamatrix code 2009-01-10 12:21:17 +00:00
iphone updated app version to 1.0.1 2008-10-24 10:12:40 +00:00
javame I moved a chunk of the histogram/black point code out of BaseMonochromeBitmapSource and into BlackPointEstimator which makes a lot more sense. Unfortunately I had to expose three new methods and touch a bunch of files. But I did manage to reuse an array on subsequent calls, which was being allocated on every row scanned, so that might be a bit faster. It will also be easier to convert this code to JNI in the future if we want to, and/or do more advanced thresholding. 2009-05-21 19:56:25 +00:00
javase Added a new blackbox test with extreme shadows and highlights. We do pretty poorly on this, but I've been experimenting with local thresholding algorithms which are a night and day improvement. 2009-06-16 18:47:34 +00:00
rim Issue 126: make sure files are deleted after done 2009-01-17 00:44:53 +00:00
zxing.appspot.com Fix Contact qrcode generator on appengine. 2009-05-11 18:16:40 +00:00
zxingorg Small tweaks, use more friendly content type 2009-05-28 12:05:01 +00:00
AUTHORS Added hypest who apparently actually wrote the C# port 2009-05-29 00:05:48 +00:00
build.properties We should be to 1.4 now right? 2009-04-17 21:33:31 +00:00
build.xml Fixed a bad build target, and added two missing packages. 2009-03-10 17:10:19 +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]