Resize
From UBot Studio
(Difference between revisions)
(Created page with "This command will resize an image. The command is an Image command. '''Input Image File:''' '''Output Image File:''' '''New Width:''' '''New Height:''' '''Preserv...") |
Revision as of 16:18, 27 June 2017
This command will resize an image.
The command is an Image command.
Input Image File:
Output Image File:
New Width:
New Height:
Preserve Aspect Ratio:
Example
resize("C:\\Users\\Downloads\\Capture.JPG","C:\\Users\\Downloads\\ResizedCapture.jpg",550,480,"Yes")
Running the script will resize the input image into the specified dimensions.
Input Image
Output Image