ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
Sean Owen 08cd614050 Merge pull request #560 from lucaswiman/fix_println_race_condition
Use StringWriter to prevent race condition in println
2016-02-15 21:37:24 +00:00
android Closes #557 : Remove refs to Browser.BookmarkColumns which isn't in API 23 / 6.0 2016-02-15 14:02:48 +00:00
android-core [maven-release-plugin] prepare for next development iteration 2015-08-19 13:21:05 +01:00
android-integration [maven-release-plugin] prepare for next development iteration 2015-08-19 13:21:05 +01:00
androidtest Update plugins, dependencies, and clean up small code inspection issues 2016-01-21 14:46:48 +01:00
core Update plugins, dependencies, and clean up small code inspection issues 2016-01-21 14:46:48 +01:00
glass Add what's new for 4.7.4 and update proguard 2015-10-27 10:57:38 +00:00
javase Use StringWriter to prevent race condition in println 2016-02-15 13:21:33 -08:00
src Fix javadoc 8 error; actually enable enforcer; update plugins 2015-05-25 23:54:50 +01:00
zxing.appspot.com Update plugins, dependencies, and clean up small code inspection issues 2016-01-21 14:46:48 +01:00
zxingorg Update plugins, dependencies, and clean up small code inspection issues 2016-01-21 14:46:48 +01:00
.gitattributes Added .gitattributes to define how git handles the line endings 2014-07-17 20:36:16 +02:00
.gitignore Remove Thumbs.db from gitignore 2014-03-06 12:13:18 +00:00
.travis.yml New profile to limit memory usage in Travis 2016-02-08 14:38:18 +00:00
AUTHORS Added a Code 93 encoder 2015-10-18 23:39:03 +01:00
CHANGES Update to target Android 23; brief 3.2.1 release note 2015-08-19 12:09:39 +01:00
CONTRIBUTING.md Clarify contribution policy 2014-09-02 11:58:06 +01:00
LICENSE Update jai-imageio license; remove unneeded gwt-servlet dep; update clirr 2015-09-25 11:25:51 +01:00
NOTICE Use JCommander for CommandLineRunner args 2015-05-03 20:49:10 +01:00
pom.xml New profile to limit memory usage in Travis 2016-02-08 14:38:18 +00:00
README.md Update README.md 2016-01-29 13:19:42 -08:00

##Get Started Developing To get started, please visit: https://github.com/zxing/zxing/wiki/Getting-Started-Developing

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
android-core Android-related code shared among android, androidtest, glass
glass Simple Google Glass application
zxingorg The source behind zxing.org
zxing.appspot.com The source behind web-based barcode generator at zxing.appspot.com

Available in previous releases

Module Description
cpp C++ port
iphone iPhone client
objc Objective C port
actionscript Partial ActionScript port
jruby JRuby wrapper

ZXing-based third-party open source projects

Module Description
QZXing port to Qt framework
zxing-cpp port to C++ (forked from the deprecated official C++ port)
zxing_cpp.rb bindings for Ruby (not just JRuby), powered by zxing-cpp
python-zxing bindings for Python
ZXing .NET port to .NET and C#, and related Windows platform
Module Description
Barcode4J Generator library in Java
ZBar Reader library in C99
OkapiBarcode

Contacting

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

Etcetera

Build Status Coverity Status codecov.io

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

Optimized with JProfiler