This may be a stupid question, so I apologize in advance... I couldn't find it anywhere in the documentation, but how do you specify which folder's images you want mogrify to process? I'm running ImageMagick through coldfusion, so this is my mogrify call:
Code: Select all
<cfexecute name="C:\Program Files\ImageMagick-6.7.0-Q16\MagickCMD.exe"
arguments='mogrify -format jpg *.eps'
timeout="5000"
variable="debugReport"
/>
I saw there was an option called "-path" where I believe it specifies the output, but what about input? When I ran the above code as is, I couldn't get it to process any images, no matter where I placed them (in the ImageMagick folder, in the folder where the script is run, etc.)