Crop

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
(Created page with "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 Ima...")

Revision as of 17:14, 28 June 2017

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.


Capture cropped.jpg

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox