Convert image
From UBot Studio
(Difference between revisions)
Line 5: | Line 5: | ||
'''Input Image File:''' Image being converted. | '''Input Image File:''' Image being converted. | ||
− | '''Output Image File:''' The resulting converted image. | + | '''Output Image File:''' The resulting converted image(.TIFF, .JPG, .BMP, .PNG). |
== Example == | == Example == | ||
Line 13: | Line 13: | ||
Running the script will convert the given .jpg file to a .bmp file. | Running the script will convert the given .jpg file to a .bmp file. | ||
− | |||
− |
Revision as of 20:01, 28 June 2017
This command will resize a given image at the degree provided.
The command is an Image command.
Input Image File: Image being converted.
Output Image File: The resulting converted image(.TIFF, .JPG, .BMP, .PNG).
Example
convertImage("C:\\Users\\Downloads\\Capture.JPG","C:\\Users\\Downloads\\Capture.BMP")
Running the script will convert the given .jpg file to a .bmp file.