MacOS install ImageMagick

Cli

Installation

1
2
3
4
brew install ImageMagick

# install gs command
brew install ghostscript

Dependencies

brew will install below dependencies

1
2
3
4
5
6
7
8
Installing dependencies for imagemagick: libtool, jpeg, libtiff, freetype

# if you get the erro:
# The `brew link` step did not complete successfully
brew link libtool
brew link jpge
brew link libtiff
brew link freetype

Reference

https://www.imagemagick.org/script/download.php#macosx