ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
2014-03-25 15:40:08 +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 Suppress some lint warnings that are ignorable 2014-03-23 10:41:14 +00:00
android-integration Try to re-add fragment support 2014-03-24 11:00:19 +00:00
androidtest Experiment with building Android through Maven 2014-03-04 16:45:52 +00:00
core Issue #86 : Fix logic error in Code 39 that was requiring too much quiet zone 2014-03-13 14:19:08 +00:00
javase Output HTML DOCTYPE correctly from HtmlAssetTranslator 2014-03-13 13:40:05 +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 Fix typo in excludes file 2014-02-26 22:52:42 +00:00
zxing.appspot.com Add app.yaml mappings for new static files from issue #79 2014-03-06 14:06:22 +00:00
zxingorg [maven-release-plugin] prepare for next development iteration 2014-02-28 12:27:11 +00:00
.gitignore Remove Thumbs.db from gitignore 2014-03-06 12:13:18 +00:00
.travis.yml Try building and running with JDK 8 2014-03-25 15:37:57 +00:00
AUTHORS Issue #61 : touch up style in test and simplify new logic 2014-02-17 22:56:49 +00:00
CHANGES Update draft release notes for 3.0.0 2014-02-26 22:04:39 +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 Project no longer directly distributed Apache libraries 2014-02-26 22:08:57 +00:00
pom.xml Update surefire plugin 2014-03-20 17:08:13 +04:00
README.md Remove deprecated glass-mirror 2014-02-26 21:59:26 +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
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
Barcode4J Encoder library in Java
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