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?
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?
I think brew install imagemagick --with-quantum-depth-8
should do the trick.