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