Difference between revisions of "ImageMagic 2016"
From HPC users
Jump to navigationJump to search
Schwietzer (talk | contribs) (Created page with "== Introduction == ImageMagick is an open-source software suite for displaying, converting, and editing raster image and vector image files. It can read and write over 200 ima...") |
Schwietzer (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
== Installed version(s) | == Installed version(s) | ||
These versions are installed and and currently available on environment ''hpc-env/6.4'': | These versions are installed and and currently available | ||
on environment ''hpc-env/6.4'': | |||
'''ImageMagick/7.0.8-46'''-GCCcore-6.4.0 | '''ImageMagick/7.0.8-46'''-GCCcore-6.4.0 | ||
on environment ''hpc-env/8.3'': | |||
'''ImageMagick/7.0.9-5'''-GCCcore-8.3.0 | |||
== Using ImageMagic == | == Using ImageMagic == | ||
Line 24: | Line 27: | ||
Always remember: this command is case sensitive! | Always remember: this command is case sensitive! | ||
To use the | To use the ImageMagic tool, you have to stick to the following syntax: | ||
magick [ {option} | {image} ... ] {output_image} | magick [ {option} | {image} ... ] {output_image} | ||
magick [ {option} | {image} ... ] -script {filename} [ {script_args} ...] | magick [ {option} | {image} ... ] -script {filename} [ {script_args} ...] | ||
magick -help | -version | -usage | -list {option} | magick -help | -version | -usage | -list {option} | ||
== Documentation == | == Documentation == | ||
To find out more about ImageMagic you can visit the [https://imagemagick.org/index.php home page]. | To find out more about ImageMagic you can visit the [https://imagemagick.org/index.php home page]. |
Latest revision as of 13:51, 31 July 2020
Introduction
ImageMagick is an open-source software suite for displaying, converting, and editing raster image and vector image files. It can read and write over 200 image file formats.
== Installed version(s)
These versions are installed and and currently available
on environment hpc-env/6.4:
ImageMagick/7.0.8-46-GCCcore-6.4.0
on environment hpc-env/8.3:
ImageMagick/7.0.9-5-GCCcore-8.3.0
Using ImageMagic
If you want to find out more about ImageMagic on the HPC Cluster, you can use the command
module spider ImageMagic
This will show you basic informations e.g. a short description and the currently installed version.
To load the desired version of the module, use the command, e.g.
module load hpc-env 6.4 module load ImageMagic
Always remember: this command is case sensitive!
To use the ImageMagic tool, you have to stick to the following syntax:
magick [ {option} | {image} ... ] {output_image} magick [ {option} | {image} ... ] -script {filename} [ {script_args} ...] magick -help | -version | -usage | -list {option}
Documentation
To find out more about ImageMagic you can visit the home page.