Search found 2 matches

by chef-gonzo
2011-03-23T09:04:12-07:00
Forum: Users
Topic: Generating UTF-8 output with Convert Command
Replies: 4
Views: 15530

Re: Generating UTF-8 output with Convert Command

Hello, I tried with the -debug annotate option. I get the following output: [gonzo123@localhost ~]$ echo -e " \xe2\x91\xa0 \xe2\x91\xa1 \xe2\x91\xa2 " ① ② ③ [gonzo123@localhost ~]$ echo -e " \xe2\x91\xa0 \xe2\x91\xa1 \xe2\x91\xa2 " | convert -font Bitstream-Vera-Sans-Roman -debug annotate label:@- te ...
by chef-gonzo
2011-03-18T01:44:11-07:00
Forum: Users
Topic: Generating UTF-8 output with Convert Command
Replies: 4
Views: 15530

Generating UTF-8 output with Convert Command

Hello, we currenty try to generate labels with UTF-8 content. There are special signs (boxed numbers) as well as Cyrillic strings in the input. The tests were done in a Meego 1.0 environment, first tested with ImageMagick 6.5.3.7 and freetype 2.3.5, later with the latest versions (ImageMagick 6.6.4 ...