Search found 3 matches

by juef
2013-09-23T12:45:45-07:00
Forum: Users
Topic: IM 6.7.9-Q16 draw text with accented chars in Windows .bat
Replies: 4
Views: 4653

Re: IM 6.7.9-Q16 draw text with accented chars in Windows .b

That does work, thank you! Apparently the default code page on my system is 850, which is 'Multilingual (Latin I)', identified by 'OEM 850' in Notepad++. That code page does support accented characters, but apparently not with the same codes. I would have never found that by myself, so thanks again ...
by juef
2013-09-23T08:02:15-07:00
Forum: Users
Topic: IM 6.7.9-Q16 draw text with accented chars in Windows .bat
Replies: 4
Views: 4653

Re: IM 6.7.9-Q16 draw text with accented chars in Windows .b

Thank you for your reply!

I had not realized that 6.7.9 was so old, sorry. I just tried with 6.8.6-10-Q16-x86-dll and the results are the same.
by juef
2013-09-23T06:36:49-07:00
Forum: Users
Topic: IM 6.7.9-Q16 draw text with accented chars in Windows .bat
Replies: 4
Views: 4653

IM 6.7.9-Q16 draw text with accented chars in Windows .bat

Greetings, I am trying to append some text to an image using ImageMagick's convert and draw. I use the following command: convert -draw "text 0,0 'Écolière'" -font arial-unicode.ttf 1.png 2.png When used in Ubuntu, or when used in Windows and typed directly into the command line prompt, the desired o ...