Create thumbnail
From UBot Studio
This command will create a thumbnail at the specified dimensions.
The command is an Image command.
Input Image File: The image the thumbnail will be created from.
Output Image File: The resulting thumbnail file.
Width: The width of the thumbnail.
Height: The height of the thumbnail.
Example
createThumbnail("C:\\Users\\Downloads\\Capture.JPG","C:\\Users\\Downloads\\thumbCapture.JPG",180,90)
Running the script will rotate the input image by the set degree, adjust the canvas size and set a background color.