Looking for free/opensource code or description of algorithms to code (simple) and decode (hard) the 2D barcode QR code.
It doesn't seem like a trivial problem, but it's so popular in Japan that there must be something already available...
-Adam
|
7
|
|
|
|
|
|
PyQrCodec is a Python library for encoding Qr codes to a PNG and decoding them from a variety of image formats. |
||
|
|
|
|
(In response to those asking about QR codes in PHP) The Google Charts QR chart type might work for you, if you don't expect a lot of traffic, or if you can cache the images. It's extremely easy to use- just put the text to encode in the URL. |
||
|
|
|
|
Here's a good LGPL library for encoding QR code libqrencode
Here's a Google code project that decodes QR code - aimed at iPhone, but is LGPL and the source is available. Should be adaptable... -Adam |
|||
|
|
|
|
I have a colleague who worked on ZXing ("Zebra Crossing"). That's got a fair variety of platform support. |
||
|
|