Create thumbnail
From UBot Studio
(Difference between revisions)
m (LillyT moved page CreateThumbnail to Create thumbnail) |
Latest revision as of 16:16, 13 November 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.
[edit] Example
create thumbnail("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.