Win7 / 6.6.6-Q16: Invalid argument @ error/blob.c/OpenBlob
Posted: 2011-01-09T05:38:52-07:00
If I try to mogrify a *.jpg on Win7 with some non-standard-characters in the filename*, I get the error:
The command to mogrify this file is:I can't cut&paste the filename "Galathea (Из Глубины).jpg" to the commandline, it will be displayed as "Galathea (?? ???????).jpg"
If I try to mogrify this *.jpg with the shortname (with the help of a FOR-Loop and DIR /x)this *.jpg-file will be DELETED!
How can I mogrify files with special characters in the filename without errors?
*Other files with standard characters works fine.
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.