Mogrify unable to overwrite files when using -path?
Posted: 2012-02-03T03:45:49-07:00
Hello, I am using (on Windows) the following command:
mogrify -format "jpg" -density 72x72 -quality 91 -resize 130x130 -background white -flatten -colorspace RGB -path "E:\image_tests\New\60" "\\192.168.1.200\ELC_Dati\FotoEPS\60\*.eps"
The source folder contains only a file, 60.eps; the target file 60.jpg is produced only if it doesn't already exist. In other words, if the target file already exists the mogrify command, after working for a while, ends with no errors but without overwriting the file.
Can you help figuring out what's wrong?
Thanks,
Mario
mogrify -format "jpg" -density 72x72 -quality 91 -resize 130x130 -background white -flatten -colorspace RGB -path "E:\image_tests\New\60" "\\192.168.1.200\ELC_Dati\FotoEPS\60\*.eps"
The source folder contains only a file, 60.eps; the target file 60.jpg is produced only if it doesn't already exist. In other words, if the target file already exists the mogrify command, after working for a while, ends with no errors but without overwriting the file.
Can you help figuring out what's wrong?
Thanks,
Mario