Tclqrencode
使用 libqrencode 這個函式庫提供的功能,可以用來造出 QR code file.
下面是一個使用的例子:
#!/usr/bin/tclsh
package require tclqrencode
qrencode::setsize 5
qrencode::setforeground 000000
qrencode::setbackground ff8fff
qrencode::encode http://tcl-eval.blogspot.tw/ tcl-eval.png
結果:
2014/03/22更新:
qrspec.c and mqrspec.c 使用了 pthread,我改寫成 Tcl 所提供的 thread function.
沒有留言:
張貼留言