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

Last updated