【发布时间】:2015-05-22 17:52:12
【问题描述】:
我正在通过 Homebrew 安装 ImageMagick
brew install imagemagick --with-x11.
convert、display、montage 等许多命令工作正常,但 animate 不起作用。
$ animate
-bash: /opt/ImageMagick/bin/animate: No such file or directory
我已尝试使用 --HEAD 标志并使用 brew 卸载并重新安装,但同样的错误仍然存在。
【问题讨论】:
-
homebrew在/usr/local/bin中安装二进制文件(程序),因此您从/opt运行的任何内容几乎肯定与homebrew无关。请改用/usr/local/bin/animate。另外,如果你打算使用 X11,我假设你已经安装了 XQuartz。
标签: imagemagick imagemagick.net