Chart Types - Google Chart API - Google Code
QR codes
QR Codes are a popular type of two-dimensional barcode, which are also known as hardlinks or physical world hyperlinks. QR Codes store text, which can be a URL, contact information, telephone number, even whole verses of poems!
QR codes can be read by any device that has the appropriate software installed. Such devices range from dedicated QR code readers to mobile phones.
Specify a QR code with
cht=qr
chl=
choe=
Where:
is the text for the QR code. The text must be url-encoded in UTF8. Note that the space betweenhello
andworld
is written as%20
in the following example.specifies how the output is encoded. If this parameter is omitted, the default encoding of
UTF-8
is used. Available encodings areShift_JIS
,UTF-8
, orISO-8859-1
.
For example:
cht=qr
chl=hello%20world
choe=UTF-8
QR code reader software is available from many sources. Google offers a QR Code reader library, Zebra Crossing (ZXing), for free.
See http://code.google.com/p/zxing/ for details.