Crop
From UBot Studio
This command will flip the given image horizontally or vertically.
The command is an Image command.
Input Image File: The input image being flipped.
Output Image File: The resulting flipped image.
Origin X: Determines the section of the image being cropped on the x axis.
Origin Y: Determines the section of the image being cropped on the y axis.
Size Width: The width of the resulting cropped image.
Size Height: The height of the resulting cropped image.
Example
crop("C:\\Users\\Downloads\\Capture.JPG","C:\\Users\\Downloads\\Capture cropped.jpg",390,290,390,290)
Running the script will crop the image at the specified dimension and size.