Wildcard in UTF-8 filenames
Posted: 2016-08-05T06:15:46-07:00
Initially reported on thread "Imagemagick getting stuck while converting tif file."
IM v7.0.1 on Windows 7, x64.
The problem boils down to:
These are Chinese UTF-8 characters. The input has a "*" wildcard. IM fails.
I suspect IM may have a bug handling wildcards with UTF-8 characters.
IM v7.0.1 on Windows 7, x64.
The problem boils down to:
Code: Select all
magick 481藉我賜恩褔*.tif -units PixelsPerInch -page Letter -density 72 481藉我賜恩褔.pdf
The workaround is to rename the files to use only ASCII characters, or provide an explicit list of filenames with no wildcard.PhotoCat wrote:It sometimes gives me an error message: (sometimes but not always)
"Imagemagick Studio Library and utility programs has stopped working"
I suspect IM may have a bug handling wildcards with UTF-8 characters.