ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
srowen c7a5b5f0a9 Issue 311 fix
git-svn-id: https://zxing.googlecode.com/svn/trunk@1174 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-01-05 09:40:54 +00:00
actionscript Adding the actionscript3/Flex conversion of the zxing library plus a demo app. 2009-11-20 15:00:00 +00:00
android Allowed non-autofocus devices to see the app in Market, and updated the docs and version accordingly. 2010-01-04 20:38:41 +00:00
android-integration Need to use 1.5 jar location 2009-08-04 15:57:37 +00:00
androidtest Finished work on the local binarizer and renamed it to HybridBinarizer. It uses the old histogram for 1D and the new approach for 2D. The unit tests don't fully demonstrate how much better this is in real-world lighting, but it pretty much solves the situation of pointing at a QR Code for 30 seconds without scanning, due to a shadow or gradient. 2009-12-13 21:08:57 +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 Issue 311 fix 2010-01-05 09:40:54 +00:00
cpp C++ port: fixed warnings for Symbian build 2009-12-09 11:06:01 +00:00
csharp Fix issue 221 2009-08-04 08:53:05 +00:00
iphone Adapt iPhone App with Cpp refactoring 2009-12-06 09:29:32 +00:00
javame Simplifications to release: consider rim/ and bug/ sorta unsupported so don't bother building, and, leave preverifying to Proguard in javame/ to get around lack of WTK preverifier for Mac 2009-10-26 20:27:35 +00:00
javase Finished work on the local binarizer and renamed it to HybridBinarizer. It uses the old histogram for 1D and the new approach for 2D. The unit tests don't fully demonstrate how much better this is in real-world lighting, but it pretty much solves the situation of pointing at a QR Code for 30 seconds without scanning, due to a shadow or gradient. 2009-12-13 21:08:57 +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 ISSUE-298: commas misinterpreted in MECARD N field 2009-12-15 19:01:01 +00:00
zxingorg Finished work on the local binarizer and renamed it to HybridBinarizer. It uses the old histogram for 1D and the new approach for 2D. The unit tests don't fully demonstrate how much better this is in real-world lighting, but it pretty much solves the situation of pointing at a QR Code for 30 seconds without scanning, due to a shadow or gradient. 2009-12-13 21:08:57 +00:00
AUTHORS Missed adding a contributor name for translation 2009-11-13 09:11:59 +00:00
build.properties Update to work with GWT 1.7 2009-10-09 15:12:57 +00:00
build.xml Make sure to include androidtest and android-integration 2009-11-30 14:35:22 +00:00
CHANGES Belated version notes for 1.4 2009-10-29 19:00:54 +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]