Create thumbnail
From UBot Studio
(Difference between revisions)
(Created page with "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....") |
Revision as of 15:19, 29 June 2017
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.