When trying to run ImageMagick via node-imagemagick on my Grunt task, i get this error from ImageMagick:
Warning: Command failed: identify: unable to load
This is what finally worked for me after a bunch of installs and uninstalls. I removed and reinstalled imagemagick with these options
brew install imagemagick --with-fontconfig --with-ghostscript --with-libtiff --with-webp
I am only using jpeg
and png
for now, and am not sure how these options help, but worth a try.