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. Themacros
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.