#qrcode #png #codes #image #canvas #drawing #draw

qrcodegen-image

Draw QR codes to a PNG canvas. Wrapper around the qrcodegen and image crates.

5 stable releases

1.4.0 Mar 8, 2024
1.3.0 Jan 19, 2024
1.2.0 Sep 14, 2023
1.1.0 Sep 11, 2023
1.0.0 Sep 10, 2023

#612 in Images

Download history 355/week @ 2023-12-21 522/week @ 2023-12-28 757/week @ 2024-01-04 937/week @ 2024-01-11 869/week @ 2024-01-18 608/week @ 2024-01-25 526/week @ 2024-02-01 493/week @ 2024-02-08 866/week @ 2024-02-15 781/week @ 2024-02-22 724/week @ 2024-02-29 1026/week @ 2024-03-07 1164/week @ 2024-03-14 761/week @ 2024-03-21 697/week @ 2024-03-28 611/week @ 2024-04-04

3,391 downloads per month
Used in 9 crates (via totp-rs)

MIT license

7KB
53 lines

qrcodegen-image

docs crates.io

This crate is a wrapper around the qrcodegen and image library. For examples, see the source code of totp-rs.


lib.rs:

Utility functions for drawing QR codes generated using qrcodegen to a canvas provided by the image crate.

Dependencies

~11MB
~47K SLoC