README.md (zxing-zxing-3.4.0) | : | README.md (zxing-zxing-3.4.1) | ||
---|---|---|---|---|
skipping to change at line 19 | skipping to change at line 19 | |||
## Get Started Developing | ## Get Started Developing | |||
To get started, please visit: https://github.com/zxing/zxing/wiki/Getting-Starte d-Developing | To get started, please visit: https://github.com/zxing/zxing/wiki/Getting-Starte d-Developing | |||
ZXing ("zebra crossing") is an open-source, multi-format 1D/2D barcode image pro cessing | ZXing ("zebra crossing") is an open-source, multi-format 1D/2D barcode image pro cessing | |||
library implemented in Java, with ports to other languages. | library implemented in Java, with ports to other languages. | |||
## Supported Formats | ## Supported Formats | |||
| 1D product | 1D industrial | 2D | | | 1D product | 1D industrial | 2D | | |||
|:-----------|:--------------|:---------------| | |:----------------------|:--------------|:---------------| | |||
| UPC-A | Code 39 | QR Code | | | UPC-A | Code 39 | QR Code | | |||
| UPC-E | Code 93 | Data Matrix | | | UPC-E | Code 93 | Data Matrix | | |||
| EAN-8 | Code 128 | Aztec (beta) | | | EAN-8 | Code 128 | Aztec | | |||
| EAN-13 | Codabar | PDF 417 (beta) | | | EAN-13 | Codabar | PDF 417 | | |||
| | ITF | MaxiCode | | | UPC/EAN Extension 2/5 | ITF | MaxiCode | | |||
| | | RSS-14 | | | | | RSS-14 | | |||
| | | RSS-Expanded | | | | | RSS-Expanded | | |||
## Components | ## Components | |||
### Active | ### Active | |||
| Module | Description | | Module | Description | |||
| ------------------- | ----------- | | ------------------- | ----------- | |||
| core | The core image decoding library, and test code | | core | The core image decoding library, and test code | |||
| javase | JavaSE-specific client code | | javase | JavaSE-specific client code | |||
| android | Android client Barcode Scanner [<img height='62' width=' 161' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_ generic.png'/>](https://play.google.com/store/apps/details?id=com.google.zxing.c lient.android) | | android | Android client Barcode Scanner [<img height='62' width=' 161' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_ generic.png'/>](https://play.google.com/store/apps/details?id=com.google.zxing.c lient.android) | |||
skipping to change at line 69 | skipping to change at line 69 | |||
| [nu-book/zxing-cpp](https://github.com/nu-book/zxing-cpp) | recent port to C++ | | [nu-book/zxing-cpp](https://github.com/nu-book/zxing-cpp) | recent port to C++ | |||
| [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) | | [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) | |||
| [jsqrcode](https://github.com/LazarSoft/jsqrcode) | port to JavaScript | | [jsqrcode](https://github.com/LazarSoft/jsqrcode) | port to JavaScript | |||
| [python-zxing](https://github.com/oostendo/python-zxing) | bindings for Python | | [python-zxing](https://github.com/oostendo/python-zxing) | bindings for Python | |||
| [ZXing .NET](https://github.com/micjahn/ZXing.Net) | port to .NET and C#, and related Windows platform | | [ZXing .NET](https://github.com/micjahn/ZXing.Net) | port to .NET and C#, and related Windows platform | |||
| [php-qrcode-detector-decoder](https://github.com/khanamiryan/php-qrcode-detect or-decoder) | port to PHP | | [php-qrcode-detector-decoder](https://github.com/khanamiryan/php-qrcode-detect or-decoder) | port to PHP | |||
| [ZXing Delphi](https://github.com/Spelt/ZXing.Delphi) | Port to native Delphi object pascal, targeted at Firemonkey compat ible devices (IOS/Android/Win/OSX) and VCL. | | [ZXing Delphi](https://github.com/Spelt/ZXing.Delphi) | Port to native Delphi object pascal, targeted at Firemonkey compat ible devices (IOS/Android/Win/OSX) and VCL. | |||
| [ZXingObjC](https://github.com/TheLevelUp/ZXingObjC) | Port to Objective-C | | [ZXingObjC](https://github.com/TheLevelUp/ZXingObjC) | Port to Objective-C | |||
| [php-zxing](https://github.com/dsiddharth2/php-zxing) | PHP wrapper to Zxing Java library | | [php-zxing](https://github.com/dsiddharth2/php-zxing) | PHP wrapper to Zxing Java library | |||
| [zxing-js/library](https://github.com/zxing-js/library) | TypeScript port of ZXing library | | [zxing-js/library](https://github.com/zxing-js/library) | TypeScript port of ZXing library | |||
| [pyzxing](https://github.com/ChenjieXu/pyzxing) | Python wrapper to ZXing library | ||||
### Other related third-party open source projects | ### Other related third-party open source projects | |||
| Module | Description | | Module | Description | |||
| ---------------------------------------------- | ----------- | | ---------------------------------------------- | ----------- | |||
| [Barcode4J](http://barcode4j.sourceforge.net/) | Generator library in Java | | [Barcode4J](http://barcode4j.sourceforge.net/) | Generator library in Java | |||
| [ZBar](http://zbar.sourceforge.net/) | Reader library in C99 | | [ZBar](http://zbar.sourceforge.net/) | Reader library in C99 | |||
| [OkapiBarcode](https://github.com/woo-j/OkapiBarcode) | | | | [OkapiBarcode](https://github.com/woo-j/OkapiBarcode) | | | |||
## Links | ## Links | |||
End of changes. 2 change blocks. | ||||
9 lines changed or deleted | 10 lines changed or added |