Java條形碼處理類庫 ZXing
ZXing是一個開源Java類庫用于解析多種格式的1D/2D條形碼。目標是能夠對QR編碼、Data Matrix、UPC的1D條形碼進行解碼。 其提供了多種平臺下的客戶端包括:J2ME、J2SE和Android。當前支持以下格式:
- UPC-A and UPC-E
- EAN-8 and EAN-13
- Code 39
- Code 93
- Code 128
- QR Code
- ITF
- Codabar
- RSS-14 (all variants)
- Data Matrix
- PDF 417 ('alpha' quality)
- Aztec ('alpha' quality)
這個類庫分成多個主要的組件包括:
- core: The core image decoding library, and test code
- javase: J2SE-specific client code
- android: Android client, called Barcode Scanner
- androidtest: Android test app
- android-integration: Supports integration with our Barcode Scanner app via Intent
- zxingorg: The source behind zxing.org/w
There are also additional modules which are contributed and/or intermittently maintained:
- zxing.appspot.com: The source behind our web-based barcode generator
- csharp: Partial C# port
- cpp: Partial C++ port
- iphone: iPhone client + port to Objective C / C++ (QR code only)
- jruby: Ruby wrapper
- actionscript: partial port to Actionscript
There are, finally, some modules no longer maintained but that are available from earlier releases:
- javame: JavaME client
- rim: RIM/Blackberry-specific client build
- bug: Client for BugLabs's BUG
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!