Convert image
From UBot Studio
(Difference between revisions)
(Created page with "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:''' ...") |
|||
Line 12: | Line 12: | ||
</pre> | </pre> | ||
+ | Running the script will convert the given .jpg file to a .bmp file. | ||
[[File:Capture.bmp]] | [[File:Capture.bmp]] |
Revision as of 19:56, 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.
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.