ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
srowen 9cfc5158b3 Need to use 1.5 jar location
git-svn-id: https://zxing.googlecode.com/svn/trunk@1031 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-08-04 15:57:37 +00:00
android Add MatrixToImageWriter convenience class, small code tweaks in javase/, make ByteMatrix width/height property getters names standard 2009-07-30 08:58:57 +00:00
android-integration Need to use 1.5 jar location 2009-08-04 15:57:37 +00:00
androidtest Set a camera parameter to force the flash off. Also fixed the uninstall build targets. 2009-07-21 21:36:33 +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 Add MatrixToImageWriter convenience class, small code tweaks in javase/, make ByteMatrix width/height property getters names standard 2009-07-30 08:58: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 * Throw the actual exception objects, rather than pointers to them, i.e.: 2009-06-27 13:22:03 +00:00
javame Fix an (old?) compile error 2009-06-26 19:03:04 +00:00
javase Add MatrixToImageWriter convenience class, small code tweaks in javase/, make ByteMatrix width/height property getters names standard 2009-07-30 08:58: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 Fix Contact qrcode generator on appengine. 2009-05-11 18:16:40 +00:00
zxingorg Disable email-based decoding -- won't be able to support it soon and it is very rarely used by anyone. Leaving code in for future reference though. 2009-08-04 08:54:02 +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]