QR to Image
Encodes a given message as Qr code.
Last updated
Encodes a given message as Qr code.
Last updated
This activity encodes a given message as Qr code, which is then outputted as an image object.
Image Path: Required
Specifies the full file path where the QR image is to be saved.
Height: Required
Specifies the height of the QR code image to be generated.
Width: Required
Specifies the width of the QR code image to be generated.
Message: Required
Specifies the message to be encoded as a Qr code.
Result: Stores the location of the Qr image generated in the specified variable.