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 requirement is not defined

发布: 2007-09-01 19:50
qrcode 0.8 (1 files 隐藏)

发布版本通知

No Release Notes

变更日志

- 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)