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 can do brew install graphicsmagick. You'll also need the ghostscript which you can install with brew install gs.
graphicsmagick
brew install graphicsmagick
ghostscript
brew install gs
To install imagemagick with webp support, you must do brew install imagemagick --with-webp.
imagemagick
webp
brew install imagemagick --with-webp