Imagemagick command
From UBot Studio
(Difference between revisions)
(Created page with "This command will run an image magick command that converts an image from one format to another. The command can be used to run any image magick command. The command is an ...") |
Revision as of 19:35, 4 July 2017
This command will run an image magick command that converts an image from one format to another.
The command can be used to run any image magick command.
The command is an Image function.
Command: The image magick command being run.
Example
imagemagickCommand("magick convert C:\\Users\\Downloads\\metdat.jpg C:\\Users\\Downloads\\metdat.bmp")
Running the script will convert the given image from its original formal to the specified format(bmp).