Quote:
Originally Posted by eriqjaffe
The app checks to see if ImageMagick (specifically, the "magick" binary) is on the system path. Theoretically, if you open up a terminal and the command "magick" can be found, then the Uniform Maker should also be able to find it. At least, that's how it's always worked for me on macOS.
|
Hmm.. I get this:
Code:
Computer:~ scott$ magick
Usage: magick tool [ {option} | {image} ... ] {output_image}
Usage: magick [ {option} | {image} ... ] {output_image}
magick [ {option} | {image} ... ] -script {filename} [ {script_args} ...]
magick -help | -version | -usage | -list {option}
magick: invalid argument for option @ error/magick-cli.c/MagickImageCommand/991.
Computer:~ scott$
So it's there.. but I'm guessing that error is causing me issues. I'll have to dig in, thanks!