Java条形码处理类库 ZXing
jopen
13年前
<div id="p_fullcontent" class="detail"> <p><img alt="Java条形码处理类库 ZXing" src="https://simg.open-open.com/show/e85843bcdbf5328708fb75965ce6a352.png" width="128" height="128" /></p> <p>ZXing是一个开源Java类库用于解析多种格式的1D/2D条形码。目标是能够对QR编码、Data Matrix、UPC的1D条形码进行解码。 其提供了多种平台下的客户端包括:J2ME、J2SE和Android。当前支持以下格式: </p> <ul> <li>UPC-A and UPC-E </li> <li>EAN-8 and EAN-13 </li> <li>Code 39 </li> <li>Code 93 </li> <li>Code 128 </li> <li>QR Code </li> <li>ITF </li> <li>Codabar </li> <li>RSS-14 (all variants) </li> <li>Data Matrix </li> <li>PDF 417 ('alpha' quality) </li> <li>Aztec ('alpha' quality) </li> </ul> <p>这个类库分成多个主要的组件包括: </p> <ol> <li><strong>core</strong>: The core image decoding library, and test code </li> <li><strong>javase</strong>: J2SE-specific client code </li> <li><strong>android</strong>: Android client, called Barcode Scanner </li> <li><strong>androidtest</strong>: Android test app </li> <li><strong>android-integration</strong>: Supports integration with our Barcode Scanner app via Intent </li> <li><strong>zxingorg</strong>: The source behind <tt>zxing.org/w</tt> </li> </ol> <p>There are also additional modules which are contributed and/or intermittently maintained: </p> <ol> <li><strong>zxing.appspot.com</strong>: The source behind our web-based barcode generator </li> <li><strong>csharp</strong>: Partial C# port </li> <li><strong>cpp</strong>: Partial C++ port </li> <li><strong>iphone</strong>: iPhone client + port to Objective C / C++ (QR code only) </li> <li><strong>jruby</strong>: Ruby wrapper </li> <li><strong>actionscript</strong>: partial port to Actionscript </li> </ol> <p>There are, finally, some modules no longer maintained but that are available from earlier releases: </p> <ol> <li><strong>javame</strong>: JavaME client </li> <li><strong>rim</strong>: RIM/Blackberry-specific client build </li> <li><strong>bug</strong>: Client for <a href="/misc/goto?guid=4959499907249073050" rel="nofollow">BugLabs's</a> BUG </li> </ol> <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1324823838780" target="_blank">http://www.open-open.com/lib/view/home/1324823838780</a></p> </div>