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