How to accept special characters with mogrify.exe ?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
sirene
Posts: 1
Joined: 2013-04-22T02:15:02-07:00
Authentication code: 6789

How to accept special characters with mogrify.exe ?

Post by sirene »

Hi,
i get an error when i try to convert pdf files to images with mogrify.exe. The tool can't convert filename with special characters as "é,à,è ..."

My command line is :

Code: Select all

C:\imagemagick\mogrify.exe -resize 404x571 -crop 367x504+30+30 +repage -quality 80 -density 150 -path C:\outpout_jpg -format jpg C:\inpout\*.pdf
Somes filenames example :
désignation.pdf
Intérêts.pdf
etc..

do you know solution to fix this bug without using specific tool to rename all files ?
Post Reply