@why-math
2016-01-27T10:37:54.000000Z
字数 366
阅读 1759
note
ubuntu
qrencode
安装:
sudo apt-get install qrencode
使用:
qrencode -o [filename.png] '[text/url/information to encode]'
qrencode -o wowubuntu.png 'http://wowubuntu.com'
还可以加入其它参数, 如控制生成二维码图片的大小:
qrencode -o test.png -s 6 'http://wowubuntu.com'
还可以识别已有二维码,首先安装:
sudo apt-get install libdecodeqr-examples
使用方法:
libdecodeqr-simpletest wowubuntu.png