问题
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?
回答1:
I think brew install imagemagick --with-quantum-depth-8
should do the trick.
来源:https://stackoverflow.com/questions/11923126/homebrew-install-imagemagick-8-bit-version