Flip
From UBot Studio
(Difference between revisions)
(→Example) |
|||
Line 18: | Line 18: | ||
− | Running the script will flip the input image | + | Running the script will flip the input image vertically. |
[[File:flipped Capture.jpg]] | [[File:flipped Capture.jpg]] |
Latest revision as of 16:18, 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.
Direction: Determines the direction the image is being flipped(horizontally or vertically).
Output Image File: The resulting flipped image.
[edit] Example
flip("C:\\Users\\Downloads\\Capture.JPG","Vertical","C:\\Users\\\Downloads\\flipped.jpg")
Running the script will flip the input image vertically.