*TOOLS/MAKEQRCODE |
Generate QR Code |
CALL "*tools/makeqrcode", "text", "output_file.png" [ , qualitycode$ ]
Where:
text |
Content for the QR code. | ||||||||
output_file.png |
Output image file. | ||||||||
qualitycode$ |
Optional single character to indicate the quality of the QR code to be returned. Possible values are:
|
(The qualitycode$ parameter was added in PxPlus 2021 Update 2.)
This utility is used to generate a QR code.
(The MakeQRCode utility was added in PxPlus 2014.)
call "*tools/makeqrcode","https://home.pvxplus.com","pxplus_qr_code.png"