- If you don't already have Homebrew installed on your Mac, open Terminal and type:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- After installing Homebrew, type the following command in Terminal to update it:
brew update
- Once Homebrew is updated, you can install ImageMagick by running:
brew install imagemagick
- Wait for the installation to finish. You can verify the installation by typing:
magick -version
This should display the version of ImageMagick installed on your system.