I'm really surprised but mogrify command does not work at all on Windows (8.1 / x64)
- I have a folder containing *.JPG files.
- I install ImageMagick-6.8.9-8-Q16-x64-dll.exe .
- I start a command line using administrator rights, and try mogrify -resize 1920x1200 *.JPG
- It throws an error : mogrify.exe : unable to open image *.JPG : Invalid argument @ error/blob.c/OpenBlob/2709
When I try a unique file command (like mogrify -resize 1920x1200 DSC05300.JPG ) it works perfectly, so it's not a problem of rights or anything, just a problem of recognizing the "*" or navigating through the folder...
It's a really basic problem here. I think mogrify should really be tested.