[Magick-bugs] problem with non-english file path
Igor
arabesc at bk.ru
Thu Apr 23 00:41:36 PDT 2009
I am using ImageMagick-6.5.1-3-Q16-windows-x64-static.exe.
It seems that ImageMagick have some problems with file path containing
non-english characters.
As example. The following command is ok:
convert.exe "English\img_1653.jpg" -filter Kaiser -resize "1920x1080>"
-format jpeg "Test.jpg"
but the following:
convert.exe "Русский\img_1653.jpg" -filter Kaiser -resize "1920x1080>"
-format jpeg "Test.jpg"
generate error:
"convert.exe: missing an image filename `Test.jpg' @
convert.c/ConvertImageCommand/2775."
I will notice that the message on an output file, when an actual problem
with the input file name.
- Igor
More information about the Magick-bugs
mailing list