ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
2008-11-01 02:31:05 +00:00
android Did a big refactoring on the MonochromeBitmapSource. I removed all the caching luminance calls and converted them to getting luminance data on demand. This saved another 33,000 function calls per rejected scan, good for another 15 ms savings. I also moved the luminance calls to BaseMonochromeBitmapSource and made them protected, to indicate that the decoders shouldn't use them. 2008-10-30 18:44:10 +00:00
androidtest Whoops, the benchmarks are in microseconds, not milliseconds. 2008-11-01 00:40:07 +00:00
bug Did a big refactoring on the MonochromeBitmapSource. I removed all the caching luminance calls and converted them to getting luminance data on demand. This saved another 33,000 function calls per rejected scan, good for another 15 ms savings. I also moved the luminance calls to BaseMonochromeBitmapSource and made them protected, to indicate that the decoders shouldn't use them. 2008-10-30 18:44:10 +00:00
core Discovered that our 1D Readers were being reallocated for every row scanned - yikes! I made them reusable across both rows and different scans. This saved 26 ms on the worst case rejection. We can now consistently reject any 240x240 image on Android in 150 ms or less, checking all 7 formats. 2008-11-01 02:31:05 +00:00
cpp/core initialize valarrays with explicit contents (zero) 2008-10-24 09:53:01 +00:00
iphone updated app version to 1.0.1 2008-10-24 10:12:40 +00:00
javame Did a big refactoring on the MonochromeBitmapSource. I removed all the caching luminance calls and converted them to getting luminance data on demand. This saved another 33,000 function calls per rejected scan, good for another 15 ms savings. I also moved the luminance calls to BaseMonochromeBitmapSource and made them protected, to indicate that the decoders shouldn't use them. 2008-10-30 18:44:10 +00:00
javase Added a --dump_results flag to the J2SE client, which will create a text file of the contents of each file scanned. This is very useful for adding golden results for new blackbox images tests. 2008-10-31 17:57:31 +00:00
rim Generate simple .alx file with RIM build 2008-09-21 11:12:41 +00:00
zxingorg Add back basic link 2008-10-28 10:30:32 +00:00
AUTHORS Initial checkin of RIM client from LifeMarks, after initial refactorings and style changes, etc. May still need work. 2008-08-04 18:39:26 +00:00
build.properties Putting the final touches on the 1.1 release. 2008-10-22 14:30:32 +00:00
build.xml Added androidtest to the top-level clean target and set it up for ProGuard too. Made both Android builds depend on clean so they work when switching between normal and ProGuard builds, and made install and reinstall use the latest binary instead of recompiling. 2008-10-29 20:13:05 +00:00
CHANGES Putting the final touches on the 1.1 release. 2008-10-22 14:30:32 +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]