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:''' ...") |
m (LillyT moved page ConvertImage to Convert image) |
||
(4 intermediate revisions by one user not shown) | |||
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 == | ||
<pre> | <pre> | ||
− | + | convert image("C:\\Users\\Downloads\\Capture.JPG","C:\\Users\\Downloads\\Capture.BMP") | |
</pre> | </pre> | ||
− | + | Running the script will convert the given .jpg file to a .bmp file. | |
− | + |
Latest revision as of 16:12, 13 November 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).
[edit] Example
convert image("C:\\Users\\Downloads\\Capture.JPG","C:\\Users\\Downloads\\Capture.BMP")
Running the script will convert the given .jpg file to a .bmp file.