Mogrify and files with spaces in their names

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Elapido
Posts: 42
Joined: 2011-06-10T14:27:28-07:00
Authentication code: 8675308

Mogrify and files with spaces in their names

Post by Elapido »

I', using mogrify from an Autohotkey script. I don't know where's the problem but it works fine, except with files which have spaces in their names. Any idea?

This is the command:
runwait, %impath%\mogrify.exe -path %output% -resize %resarea%@ -normalize -quality 95 %imageo% ,,hide
Post Reply