Discussion:
National Characters in the path
Ivan Surzhenko
2009-10-05 19:36:08 UTC
Permalink
Hi

I found very strange bug.

I cannot process files if their path consist of the national
characters (for example, Cyrilic )

OS: WindowsXP

Example of the call:
C:\Documents and Settings\Ivan>"d:\ImageMagick\convert" "D:\Photos\23
февраля 2007\P2230210.JPG" -resize 1280x1024
"d:\asd\prepared\P2230210_Q100.JPG"
convert: missing an image filename `d:\asd\prepared\P2230210_Q100.JPG'
@ convert.c/ConvertImageCommand/2819.

Also:
C:\Documents and Settings\Ivan>d:\ImageMagick\convert /version
Version: ImageMagick 6.5.6-4 2009-09-22 Q16 OpenMP http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC

It is a portable version.

Thanks.
--
--------------------------------
With best regards,
Ivan Surzhenko
d***@imagemagick.org
2009-10-05 19:52:19 UTC
Permalink
Post by Ivan Surzhenko
for example, Cyrilic
ImageMagick requires all input in the UTF-8 format, including filenames.
ImageMagick is open source. Post your patches here if you successfully
port ImageMagick to support non-UTF-8 file paths. Thanks.

Loading...