ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
2014-03-31 13:57:48 +01: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 Fix one more javadoc error for Java 8 2014-03-25 18:27:02 +00:00
android-integration Try to re-add fragment support 2014-03-24 11:00:19 +00:00
androidtest Minimal changes to build successfully with Java 8, plus optional profile to enable it 2014-03-25 18:01:01 +00:00
core Issue #108 : avoid accessing system property directly to avoid a potential security exception 2014-03-31 13:57:48 +01: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 Add caching of Maven artifacts to Travis CI build 2014-03-26 08:57:38 +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 Use jarsigner 1.3.2 2014-03-25 19:08:53 +00: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