Crop

From UBot Studio
Jump to: navigation, search

This command will crop the image and resize the results.

The command is an Image command.

Input Image File: The input image being cropped.

Output Image File: The resulting cropped 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.


Capture cropped.jpg

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox