ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
2014-01-26 22:38:57 +00:00
actionscript Add apache-rat check for copyright headers, and fix a bunch of files without them (mostly actionscript, jruby) 2014-01-22 19:37:33 +00:00
android Issue #38 : extra defensive -- don't even assume the list is sorted in case of buggy phones 2014-01-24 20:23:16 +00:00
android-integration Update .gitignores everywhere for IDEA files, etc 2014-01-17 11:13:30 +00:00
androidtest Ignore a few more Android files 2014-01-20 17:37:52 +00:00
core FindBugs inspection -- part of a test commit 2014-01-26 22:38:57 +00:00
glass-mirror Update Guava, Glass dependencies 2014-01-21 21:56:03 +00:00
javase Update .gitignores everywhere for IDEA files, etc 2014-01-17 11:13:30 +00:00
jruby Add apache-rat check for copyright headers, and fix a bunch of files without them (mostly actionscript, jruby) 2014-01-22 19:37:33 +00:00
src/site Add basic site generation for zxing.github.io 2014-01-22 18:11:05 +00:00
zxing.appspot.com Add apache-rat check for copyright headers, and fix a bunch of files without them (mostly actionscript, jruby) 2014-01-22 19:37:33 +00:00
zxingorg Custom, minimal error page 2014-01-22 21:11:55 +00:00
.gitignore Update .gitignores everywhere for IDEA files, etc 2014-01-17 11:13:30 +00:00
.travis.yml Test against OpenJDK 7, not 6 2014-01-17 11:10:37 +00:00
AUTHORS Try a diagonal cross check in PURE_BARCODE mode for QR codes to avoid false positives. HT fics.danmark 2014-01-23 20:27:30 +00:00
CHANGES For 3.0.0, retire iphone/, cpp/, objc/ and remove temporary pointers in csharp/, qt/ 2013-11-30 10:51:50 +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
NOTICE For 3.0.0, retire iphone/, cpp/, objc/ and remove temporary pointers in csharp/, qt/ 2013-11-30 10:51:50 +00:00
pom.xml Add apache-rat check for copyright headers, and fix a bunch of files without them (mostly actionscript, jruby) 2014-01-22 19:37:33 +00:00
README.md Point to new docs location at zxing.github.io and stop deploying javadoc to zxing.org 2014-01-22 18:41:04 +00:00

ZXing ("zebra crossing") is an open-source, multi-format 1D/2D barcode image processing library implemented in Java, with ports to other languages.

Supported Formats

1D product 1D industrial 2D
UPC-A Code 39 QR Code
UPC-E Code 93 Data Matrix
EAN-8 Code 128 Aztec (beta)
EAN-13 Codabar PDF 417 (beta)
ITF
RSS-14
RSS-Expanded

Components

Active

Module Description
core The core image decoding library, and test code
javase JavaSE-specific client code
android Android client Barcode Scanner Barcode Scanner
androidtest Android test app, ZXing Test
android-integration Supports integration with Barcode Scanner via Intent
zxingorg The source behind zxing.org
zxing.appspot.com The source behind web-based barcode generator at zxing.appspot.com

Intermittently maintained

There are also additional modules which are contributed and/or intermittently maintained:

Module Description
actionscript partial port to Actionscript
glass-mirror partial implementation for the Google Glass Mirror API
jruby JRuby wrapper

Available in previous releases

Module Description
cpp C++ port
iphone iPhone client
objc Objective C port
Module Description
QZXing port to Qt framework
ZXing .NET port to .NET and C#, and related Windows platform

Other third-party open source projects

Module Description
ZBar Decoder in C++, especially for iPhone
Zint Barcode generator

Contacting

Post to the discussion forum or tag a question with zxing on StackOverflow.

Etcetera

Build Status

QR code is trademarked by Denso Wave, inc. Thanks to Haase & Martin OHG for contributing the logo.

Optimized with JProfiler