ダウンロードリスト

プロジェクト概要

オープンソースのQRコードのデコードライブラリを開発します。本プロジェクトの究極の目標は、カメラを搭載したプログラミング可能な世界中の携帯端末で、QRコードに記録された情報を自由に利用できるようにすることです。規格:JIS-X- 0510,ISO/IEC18004

システム要件

システム要件が設定されていません

リリース時刻: 2007-09-01 19:50
qrcode 0.8 (1 個のファイル 非表示)

リリースノート

リリースノートはありません

変更履歴

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