Introduction
QR (Quick Response) code is a type of matrix (2D) barcode.
QR codes have greater storage capacity compared to standard UPC (Universal Product Code) barcodes.
http://en.wikipedia.org/wiki/QR_code
Encode
#Decodeapt-get install qrencode
#wc -c glider.png
#xxd -p -c 724 glider.png | qrencode -o qrcode.png
#apt-get install zbar-tools
#zbarimg --quiet --raw qrcode.png | xxd -p -r > result
#file result
No comments:
Post a Comment