QRCode
A simple class to create easily create aesthetic pleasing QRCodes.
It'll create a QRCodeProcessor and build a custom render function on top of it.
It includes things like:
QR Codes with a logo at the center
QR Codes with dots instead of squares
Colorful QR Codes (including linear gradient colors)
If you have a suggestion for a nice QR Code style, feel free to open a PR, or an Issue with your suggestion :)
Author
Rafael Lins - g0dkar
See also
Constructors
Properties
Calculated size of the whole QRCode (the final image will be a square of computedSize
by computedSize
)
The QRCodeGraphics (aka "canvas") where all the drawing will happen
The underlying QRCodeProcessor object that'll do all calculations
Raw QRCode data computed by QRCodeProcessor
Functions
Executes all the drawing of the QRCode and returns the QRCodeGraphics of the complete QRCode.
Completely resets the QRCode drawing. After this, you can call renderToBytes or render to redraw the whole QRCode. Useful when you want, for example, a transparent background QRCode to add to a larger image and then the same QRCode drawn on top of a custom background.