Crate qrcodegen_image

Source
Expand description

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

Re-exports§

pub use image;
pub use qrcodegen;

Functions§

draw_base64
Draw text to a Base64-encoded PNG QR code.
draw_canvas
Draw a QR code to an image buffer.
draw_png
Draw text to a PNG QR code.