We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The easiest way is to install the libraries using brew.
To install graphicsmagick, you need ghostscript. You can install both by running brew install gs graphicsmagick.
graphicsmagick
ghostscript
brew install gs graphicsmagick
To install imagemagick with webp support, you must run brew install imagemagick --with-webp. graphicsmagick does not support webp.
imagemagick
webp
brew install imagemagick --with-webp