I am installing ImageMagick with Homebrew by doing
brew install imagemagick --with-x11
.
Many of the commands like convert
, display
, montage
work fine but animate
does not work.
$ animate
-bash: /opt/ImageMagick/bin/animate: No such file or directory
I've tried using the --HEAD
flag and also uninstalling using brew and reinstalling but the same error still persist.