ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
2009-11-23 03:16:41 +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 Consolidated all the Android LuminanceSource classes into one file. Either a device can be handled by this file, or the app won't work. The Android platform requires every device to support yuv420sp camera preview buffers, but we also let two other similar formats sneak in for compatibility. I also removed the ability to convert LuminanceSource data into ARGB images, which wasn't used. 2009-11-23 03:16:41 +00:00
android-integration Need to use 1.5 jar location 2009-08-04 15:57:37 +00:00
androidtest Updated ZXing Test with all of the CameraManager fixes from Barcode Scanner, as well as making it high-dpi capable, and bumped the version to 1.12. 2009-11-06 15:55:00 +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 Loosen BDAY parsing for vCard results 2009-11-22 11:14:39 +00:00
cpp C++ Port: 2009-11-05 22:11:15 +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 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 More fixes, to cropping BufferedImages 2009-11-13 10:46:04 +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 In barcode generaotor (zxing.appspot.com), generate barcode upon pressing enter. Issue 229: http://code.google.com/p/zxing/issues/detail?id=229. 2009-11-18 23:15:52 +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 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 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
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]