Calling mogrify -resize to remote directory
Posted: 2015-06-01T08:44:02-07:00
Hi, I'm new to ImageMagick.
I am calling image magick from a command prompt in Windows 7. I have CD'd to the directory where mogrify.exe is located at on my local machine. I am using ImageMagick-6.9.1-Q16. I am using the following:
C:\Program Files\ImageMagick-6.9.1-Q16>mogrify.exe -path \\server01d.domain.local\Main\Content\32\Processes\ContentLoad\WorkingDictory_20150601111036AM\ImageLoad\Y2015 -resize 300x300 "\\server01d.domain.local\Main\Content\32\Content\Upload\test.jpg"
However, I do not find the resized image at the designated path. Am I doing something wrong that should be obvious to me? Or does ImageMagick not support what I'm trying to do? The process completes without any errors or feedback at all.
I am calling image magick from a command prompt in Windows 7. I have CD'd to the directory where mogrify.exe is located at on my local machine. I am using ImageMagick-6.9.1-Q16. I am using the following:
C:\Program Files\ImageMagick-6.9.1-Q16>mogrify.exe -path \\server01d.domain.local\Main\Content\32\Processes\ContentLoad\WorkingDictory_20150601111036AM\ImageLoad\Y2015 -resize 300x300 "\\server01d.domain.local\Main\Content\32\Content\Upload\test.jpg"
However, I do not find the resized image at the designated path. Am I doing something wrong that should be obvious to me? Or does ImageMagick not support what I'm trying to do? The process completes without any errors or feedback at all.