【发布时间】:2012-08-12 14:52:59
【问题描述】:
我想用自制软件安装 8 位版本的 imagemagick,因为性能稍微好一点,8 位版本输出的 RGB 值更适合我的使用。
我该怎么做呢?
【问题讨论】:
标签: macos imagemagick homebrew rmagick osx-mountain-lion
我想用自制软件安装 8 位版本的 imagemagick,因为性能稍微好一点,8 位版本输出的 RGB 值更适合我的使用。
我该怎么做呢?
【问题讨论】:
标签: macos imagemagick homebrew rmagick osx-mountain-lion
我认为brew install imagemagick --with-quantum-depth-8 应该可以解决问题。
【讨论】:
sudo port install ImageMagick --with-quantum-depth-8,但得到了Error: Port --with-quantum-depth-8 not found