ImageMagick

ImageMagick

ImageMagick® [1] is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, TIFF, DPX, EXR, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.

Running ImageMagick in HPC

Request a compute node

srun --x11 -t 1:00:00 --mem=4gb --pty bash

Load the module

module load imagemagick

Review the manual, review a high-level description of the IM command-line tools:

man ImageMagick

To see the display CLT Copy the image file "circos.png" from /usr/local/doc/CIRCOS

cp /usr/local/doc/CIRCOS/circos.png .

Open the image file

display circos.png

References:

[1] ImageMagick Home