Module qr

Source
Expand description

Allows for comprehensive QR code operations. Application QR code functionality

Provides access to QR code functions and types.

Modules§

macros
Re-exported main qrc module from qrc for QR code generation. The macros module contains functions for generating macros.

Macros§

add_image_watermark
Re-exported main qrc module from qrc for QR code generation. Macro to add a watermark image to a QR code.
batch_generate_qr
Re-exported main qrc module from qrc for QR code generation. Generates multiple QR codes in one operation.
combine_qr_codes
Re-exported main qrc module from qrc for QR code generation. Combines multiple QR codes into a single QR code.
compress_data_macro
Re-exported main qrc module from qrc for QR code generation. Compresses data before encoding it into a QR code.
create_dynamic_qr
Re-exported main qrc module from qrc for QR code generation. Generates a dynamic QR code, which can be updated after creation.
create_multilanguage_qr
Re-exported main qrc module from qrc for QR code generation. Generates QR codes with multi-language support.
overlay_image
Re-exported main qrc module from qrc for QR code generation. Overlays an image (e.g., a logo) at the center of the QR code.
qr_code
Re-exported main qrc module from qrc for QR code generation. Macro to create a new QR code from the given data.
qr_code_to
Re-exported main qrc module from qrc for QR code generation. Macro to create a QR code in a specified format with a given width.
resize
Re-exported main qrc module from qrc for QR code generation. Sets the size of the QR code.
set_encoding_format
Re-exported main qrc module from qrc for QR code generation. Sets the encoding format for the data in a QR code.

Structs§

QRCode
Re-exported main qrc module from qrc for QR code generation. Represents a QR code containing data.