分析google開源框架zxing

google的zxing作爲開源的二維碼支持庫,在智能終端的應用是必不可少的

項目網站

http://code.google.com/p/zxing/

Multi-format 1D/2D barcode image processing library with clients for Android, Java

is an open-source, multi-format 1D/2D barcode image processing library implemented in Java, with ports to other languages

除了java之外,也移植到其它語言

核心組件包括:

core: The core image decoding library, and test code

javase: J2SE-specific client code

zxingorg: The source behind zxing.org/w

zxing.appspot.com: The source behind our web-based barcode generato

android: Android client, called Barcode Scanner

androidtest: Android test app

android-integration: Supports integration with our Barcode Scanner app via Intent

支持語言包括

  • actionscript: partial port to Actionscript
  • cpp: Partial C++ port
  • iphone: iPhone client + port to Objective C / C++ (QR code only)
  • jruby: Ruby wrapper
下載文件zxing-2.2.zip

可以看出包括actionscript,android,cpp,csharp,iphone,jruby,objc,qt

該框架的支持力度還是挺多的;

智能手機領域的支持,贊一個;

接下來繼續深入分析......[待完善]


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章