Caption error with french accent
Posted: 2013-04-03T15:12:52-07:00
Hi!
I am getting wrong output character when using caption with french accent. Example:
results in:
(note we don't have "â ù é")
my convert version is:
Thx
I am getting wrong output character when using caption with french accent. Example:
Code: Select all
@ECHO OFF
convert -background lightblue -fill blue -gravity center ^
-font "C:\Windows\Fonts\timesbd.ttf" ^
-size 292x208 caption:"Test With accent â ù é" ^
C:\Users\ZAK\Desktop\output.gif
(note we don't have "â ù é")
my convert version is:
Code: Select all
C:\Users\ZAK>convert --version
Version: ImageMagick 6.8.4-6 2013-04-01 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC
Features: DPC OpenMP
Delegates: bzlib fontconfig freetype jng jp2 jpeg lcms lzma pango png ps tiff x
xml zlib