dither-qr

Crates.iodither-qr
lib.rsdither-qr
version0.1.1
created_at2025-08-17 10:37:38.04742+00
updated_at2025-08-17 10:43:11.06151+00
descriptionA command line tool for generating QR codes with dithered image backgrounds.
homepage
repositoryhttps://github.com/peterc-s/dither-qr/
max_upload_size
id1799302
size31,845
peter (peterc-s)

documentation

README

Dither QR

Generate a valid QR code with a dithered background image.

Usage

To install:

cargo install dither-qr

For options:

dither-qr --help

Example:

dither-qr -t "https://github.com/peterc-s/dither-qr" -i /path/to/image -o /path/to/output -r 7 -e H -u 3

Will generate a QR code that encodes https://github.com/peterc-s/dither-qr, with a dithered background image /path/to/image, with a ratio of 7 (7x7 pixels per original QR pixels), a high error correction level, and will upscale the output image by 3 times, outputting to /path/to/output.

An example output looks like: Dithered QR code for this repo with the statue of David as a background image

Commit count: 0

cargo fmt