Quote:
"'mogrify' is not recognized as an internal or external command,
operable program or batch file."
I've got ImageMagick installed, but obviously there's something I'm missing... Any tips gratefully received.
|
This will be a problem with the ImageMagick installation - not in your path or something. If you are on Ubuntu/Linux try the command
:~$ which mogrify
and see if you get
/usr/bin/mogrify
I'm no expert but ImageMagick is a complex beastie and as I recall I had to mess with it for a while to get it working a few years ago, but I can't recall what it needed. The OS forums are your friends here!