2014-01-20 12:10:20 -08:00
< img align = "right" src = "https://raw.github.com/wiki/zxing/zxing/zxing-logo.png" / >
2016-01-29 13:19:42 -08:00
##Get Started Developing
2016-01-28 16:53:58 -08:00
To get started, please visit: https://github.com/zxing/zxing/wiki/Getting-Started-Developing
2014-01-17 02:44:03 -08: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
2014-01-17 02:52:04 -08:00
| Module | Description
| ------------------- | -----------
| core | The core image decoding library, and test code
| javase | JavaSE-specific client code
2014-01-17 03:18:58 -08:00
| android | Android client Barcode Scanner [![Barcode Scanner ](http://www.android.com/images/brand/android_app_on_play_logo_small.png )](https://play.google.com/store/apps/details?id=com.google.zxing.client.android)
2014-01-17 02:52:04 -08:00
| androidtest | Android test app, ZXing Test
| android-integration | Supports integration with Barcode Scanner via `Intent`
2015-01-11 08:20:01 -08:00
| android-core | Android-related code shared among `android` , `androidtest` , `glass`
| glass | Simple Google Glass application
2014-01-17 02:52:04 -08:00
| zxingorg | The source behind `zxing.org`
| zxing.appspot.com | The source behind web-based barcode generator at `zxing.appspot.com`
2014-01-17 02:44:03 -08:00
### Available in previous releases
2014-01-17 02:52:04 -08:00
| Module | Description
| ------ | -----------
2014-04-30 01:06:06 -07:00
| [cpp ](https://github.com/zxing/zxing/tree/00f634024ceeee591f54e6984ea7dd666fab22ae/cpp ) | C++ port
| [iphone ](https://github.com/zxing/zxing/tree/00f634024ceeee591f54e6984ea7dd666fab22ae/iphone ) | iPhone client
| [objc ](https://github.com/zxing/zxing/tree/00f634024ceeee591f54e6984ea7dd666fab22ae/objc ) | Objective C port
| [actionscript ](https://github.com/zxing/zxing/tree/c1df162b95e07928afbd4830798cc1408af1ac67/actionscript ) | Partial ActionScript port
2015-01-11 08:18:32 -08:00
| [jruby ](https://github.com/zxing/zxing/tree/a95a8fee842f67fb43799a8e0e70e4c68b509c43/jruby ) | JRuby wrapper
2014-01-17 02:44:03 -08:00
2015-01-11 08:18:32 -08:00
### ZXing-based third-party open source projects
2014-01-17 02:44:03 -08:00
2014-12-19 05:54:49 -08:00
| Module | Description
| --------------------------------------------------------------- | -----------
| [QZXing ](https://sourceforge.net/projects/qzxing ) | port to Qt framework
| [zxing-cpp ](https://github.com/glassechidna/zxing-cpp ) | port to C++ (forked from the [deprecated official C++ port ](https://github.com/zxing/zxing/tree/00f634024ceeee591f54e6984ea7dd666fab22ae/cpp ))
| [zxing_cpp.rb ](https://github.com/glassechidna/zxing_cpp.rb ) | bindings for Ruby (not just JRuby), powered by [zxing-cpp ](https://github.com/glassechidna/zxing-cpp )
2015-07-16 11:43:13 -07:00
| [python-zxing ](https://github.com/oostendo/python-zxing ) | bindings for Python
2014-12-19 05:54:49 -08:00
| [ZXing .NET ](http://zxingnet.codeplex.com/ ) | port to .NET and C#, and related Windows platform
2016-03-24 08:57:34 -07:00
| [php-qrcode-detector-decoder ](https://github.com/khanamiryan/php-qrcode-detector-decoder ) | port to PHP
2016-12-03 01:10:38 -08:00
| [ZXing Delphi] (https://github.com/Spelt/ZXing.Delphi) | Port to native Delphi object pascal, targeted at Firemonkey compatible devices (IOS/Android/Win/OSX) and VCL.
2014-01-17 02:44:03 -08:00
2015-01-11 08:18:32 -08:00
### Other related third-party open source projects
2014-01-17 02:44:03 -08:00
2014-02-26 13:59:26 -08:00
| Module | Description
| ---------------------------------------------- | -----------
2014-11-27 05:49:40 -08:00
| [Barcode4J ](http://barcode4j.sourceforge.net/ ) | Generator library in Java
| [ZBar ](http://zbar.sourceforge.net/ ) | Reader library in C99
2015-07-11 13:28:47 -07:00
| [OkapiBarcode ](https://github.com/woo-j/OkapiBarcode ) |
2014-01-17 02:44:03 -08:00
2014-01-18 05:56:32 -08:00
## Links
2016-06-20 07:51:44 -07:00
* [Online Decoder ](https://zxing.org/w/decode.jspx )
* [QR Code Generator ](https://zxing.appspot.com/generator )
* [Javadoc ](https://zxing.github.io/zxing/apidocs/ )
* [Documentation Site ](https://zxing.github.io/zxing/ )
2014-01-18 05:56:32 -08:00
2014-01-17 02:44:03 -08:00
## Contacting
2014-01-17 02:52:04 -08:00
Post to the [discussion forum ](https://groups.google.com/group/zxing ) or tag a question with [`zxing`
on StackOverflow](http://stackoverflow.com/questions/tagged/zxing).
2014-01-17 02:44:03 -08:00
## Etcetera
2014-01-17 03:18:58 -08:00
[![Build Status ](https://travis-ci.org/zxing/zxing.png?branch=master )](https://travis-ci.org/zxing/zxing)
2014-04-23 04:55:07 -07:00
[![Coverity Status ](https://scan.coverity.com/projects/1924/badge.svg )](https://scan.coverity.com/projects/1924)
2014-10-02 09:22:39 -07:00
[![codecov.io ](https://codecov.io/github/zxing/zxing/coverage.svg?branch=master )](https://codecov.io/github/zxing/zxing?branch=master)
2014-01-22 10:41:04 -08:00
2014-01-17 02:52:04 -08:00
QR code is trademarked by Denso Wave, inc. Thanks to Haase & Martin OHG for contributing the logo.
2014-01-22 10:41:04 -08:00
2014-01-17 03:18:58 -08:00
Optimized with [![JProfiler ](http://www.ej-technologies.com/images/banners/jprofiler_small.png )](http://www.ej-technologies.com/products/jprofiler/overview.html)