qr-image-core

Crates.ioqr-image-core
lib.rsqr-image-core
version0.2.1
sourcesrc
created_at2020-11-25 11:55:26.188773
updated_at2023-04-20 13:41:08.331264
descriptionCreate QR code from a image.
homepage
repositoryhttps://github.com/oovm/qr-image
max_upload_size
id316270
size47,210
SasakiSaki (oovm)

documentation

https://docs.rs/qr-image

README

QR Image Embed

Web

CLI

QR Image Embed 0.1.0

USAGE:
    qr-image.exe [OPTIONS] <INPUT> <Text>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
        --ec <ec>              Set EC level
    -e, --enhance <enhance>    Set enhanced mode
        --qr <qr>              Set QR Version
    -s, --size <size>          Set output image size

ARGS:
    <INPUT>    Sets the input image file path
    <Text>     Sets the qr text for encoding

Algorithm

Commit count: 15

cargo fmt