Download List

專案描述

This project develops and distributes QR Code decode/encode library under GPL v2. The project goal is Utilize QR Code embeded information for programmable devices all over the world. QR Code is the industrial standard, JIS-X-0510 and ISO/IEC18004.

System Requirements

System requirement is not defined

發布 2007-09-01 19:50
qrcode 0.8 (1 files 隱藏)

發布版本通知

沒有發布版本通知

更動紀錄

- Bugfix: QRCodeDecoder#correctDataBlocks() sends wrong NPAR parameter to ReedSolomon class
- Bugfix: Implicit QRCodeDataBlockReader#getKanjiString() does implicit charset conversion (now it is fixed to "Shift_JIS" and works correctly on UTF-8 or other environment)

- Changed: AlignmentPattern#getCenter always take precise center
- Changed: Make package hierarchy more simple
(from jp.sourceforge.qrcode.codec.* to jp.sourceforge.qrcode.* )

- Added: Makefile and test suite
- Added: A command line tool decoding QR Code ( bin/qrcode )
(currently linux version only)