#qrcode

app qrg

带有水印的二维码生成器

3 个版本

0.1.1 2023 年 3 月 3 日
0.1.0 2023 年 2 月 16 日
0.1.0-rc12023 年 2 月 8 日

836图像

GPL-3.0 许可证

87KB
422

QRG CLI

dependency status Crates.io

生成二维码!

有关项目的更多信息,请查看README此网站

安装

注意 确保已安装Cargo

目前,由于crate尚未发布,您只能通过以下方式从源代码安装它

# From source
# cargo install --path cli

cargo install qrg

用法

您可以通过以下方式获取可用命令的列表

$ qrg -h
Generates QRCodes with a logo overlay.

Usage: qrg.exe [OPTIONS] <CONTENT>

Arguments:
  <CONTENT>  The text the qr code should contain

Options:
  -d, --destination <DESTINATION>  The filename the QR Code should be saved in [default: out.png]
  -s, --size <SIZE>                The size of the QR Code [default: 600]
  -c, --bg-color <BG_COLOR>        The background color of the QR Code (in hex) [default: FFFFFF]
  -l, --logo <LOGO>                The name of the logo to use in the overlay [default: google]
  -h, --help                       Print help
  -V, --version                    Print version

我会尽量保持更新,但您仍然应该亲自运行它,以防某些命令细节已更改。

示例用法

创建指向 github.com 的二维码,并将图像输出到名为 tmp.png 的文件中。

qrg github.com -d tmp.png

依赖关系

~22–38MB
~421K SLoC