MCPcopy Create free account
hub / github.com/dfinity/examples / generate

Function generate

rust/qrcode/backend/src/core.rs:9–38  ·  view source on GitHub ↗

Generates a QR code image in PNG format for the given input text. The requested image size should be specified in pixels.

(
    input: String,
    options: Options,
    logo: &[u8],
    image_size: usize,
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

qrcode_implFunction · 0.85
generate_child_keysFunction · 0.85

Calls 4

make_transparentFunction · 0.85
add_logoFunction · 0.85
add_gradientFunction · 0.85
OkClass · 0.85

Tested by 1

generate_child_keysFunction · 0.68