The filename in this example is: Galathea (Из Глубины).jpgMagick: unable to open image `Galathea (?? ???????).jpg': Invalid argument @ error/blob.c/OpenBlob/2584.
The command to mogrify this file is:
Code: Select all
"C:\Program Files\Tools\Grafik\ImageMagick-6.6.6-Q16\mogrify" -geometry 300x -quality 100 "Galathea (?? ???????).jpg"
If I try to mogrify this *.jpg with the shortname (with the help of a FOR-Loop and DIR /x)
Code: Select all
"C:\Program Files\Tools\Grafik\ImageMagick-6.6.6-Q16\mogrify" -geometry 300x -quality 100 "GALATH~1.JPG"
How can I mogrify files with special characters in the filename without errors?
*Other files with standard characters works fine.