Difference between revisions of "ImageMagic 2016"

From HPC users
Jump to navigationJump to search
(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...")
 
Line 24: Line 24:
Always remember: this command is case sensitive!
Always remember: this command is case sensitive!


To use the image magic tool, you have to stick to the following syntax:
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].

Revision as of 11:18, 11 July 2019

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


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.