View Single Post
Old 11-29-2023, 12:48 AM   #416
Scott Vibert
Hall Of Famer
 
Join Date: Dec 2001
Location: My Computer
Posts: 8,227
Quote:
Originally Posted by eriqjaffe View Post
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!
Scott Vibert is offline   Reply With Quote