Search code examples
macosimagemagickhomebrewrmagickosx-mountain-lion

homebrew install imagemagick 8 bit version


I would like to install the 8-bit version of imagemagick using homebrew, as the performance is a little better and the RGB values outputted with the 8 bit version are better suited to my uses.

How would I got about doing this?


Solution

  • I think brew install imagemagick --with-quantum-depth-8 should do the trick.