ImageMagick
Overview
ImageMagick is a command-line tool for image processing tasks. It supports scripting and can be used to achieve many effects such as blur, color management, compositing and more.
Availability
Cluster | Module/Version |
---|---|
BOSE | imagemagick/7.1.0 |
BGSC | Not Available |
Note: You can simply use module load imagemagick
to activate the most recently installed version of this software.
Sample Slurm Script
submit.sh
#!/bin/bash
# -- SLURM SETTINGS -- #
# [..] other settings here [..]
# The following settings are for the overall request to Slurm
#SBATCH --ntasks-per-node=32 # How many CPU cores do you want to request
#SBATCH --nodes=1 # How many nodes do you want to request
# -- SCRIPT COMMANDS -- #
# Load the needed modules
module load imagemagick # Load ImageMagick
magick file1.jpg file2.jpg +append ouput-file.jpg # Combine two images side-by-side
Real Example
Has your research group used ImageMagick in a project? Contact the HPC Team and we'd be glad to feature your work.
Citation
Please include the following citation in your papers to support continued development of ImageMagick.
ImageMagick Studio LLC. (2023). ImageMagick. Retrieved from https://imagemagick.org