Skip to content

Installing ImageMagick GraphicsMagick

Jonathan Ong edited this page Jul 6, 2013 · 3 revisions

Mac OS X

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.

To install imagemagick with webp support, you must do brew install imagemagick --with-webp.

Clone this wiki locally