Resize
From UBot Studio
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