# qrencode 在默认 的 base yum 源 yum -y install qrencode
# -t 保存图片类型 # -s 图片大小 # -o 输出文件 # 文字转图片保存 qrencode -o test.png "$str" # 文字转图片输出到终端 echo "$str" | qrencode -o - -t ANSI