生成 210x210 的 QR码 图片:
zint -b 58 --scale=5 --binary --direct --filetype=PNG -d data > b.png
注意:要生成指定大小的图片,可以配合 magick 命令。