Imagemagick command

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
(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 ...")
 
Line 10: Line 10:
 
== Example ==
 
== Example ==
 
<pre>
 
<pre>
imagemagickCommand("magick convert C:\\Users\\Downloads\\metdat.jpg C:\\Users\\Downloads\\metdat.bmp")
+
imagemagick command("magick convert C:\\Users\\Downloads\\metdat.jpg C:\\Users\\Downloads\\metdat.bmp")
  
 
</pre>
 
</pre>
  
 
Running the script will convert the given image from its original formal to the specified format(bmp).
 
Running the script will convert the given image from its original formal to the specified format(bmp).

Revision as of 18:17, 13 November 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

imagemagick command("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).

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox