Search found 7 matches

by lne1030
2011-08-20T17:47:01-07:00
Forum: Bugs
Topic: caption word wrap problem in Chinese (UTF-8) with whitespace
Replies: 13
Views: 29203

Re: caption word wrap problem in Chinese (UTF-8) with whites

Thank you, I will try Pango.

http://www.w3.org/International/article ... #Slide0090
There is w3c article about CJK line breaking.
by lne1030
2011-08-20T07:39:38-07:00
Forum: Bugs
Topic: caption word wrap problem in Chinese (UTF-8) with whitespace
Replies: 13
Views: 29203

Re: caption word wrap problem in Chinese (UTF-8) with whites

I'm sorry I didn't explain my question. convert -background black -fill white \ -font wts11.ttf \ -pointsize 20 -size 80x \ -encoding utf8 \ caption:"一二三四" \ caption.gif \ On this command, the characters "一二三四" is in one line. That is no problem. convert -background black -fill w...
by lne1030
2011-08-19T17:42:42-07:00
Forum: Bugs
Topic: caption word wrap problem in Chinese (UTF-8) with whitespace
Replies: 13
Views: 29203

Re: caption word wrap problem in Chinese (UTF-8) with whites

We can reproduce the problem you reported. We'll try to get a patch in ImageMagick 6.7.1-8 Beta within a day or two. Thanks. I update the newest code form SVN , and that bug has disappear. Good Job. But, there is another BUG: convert -background black -fill white -font wts11.ttf -pointsize 20 -size...
by lne1030
2011-08-18T18:03:33-07:00
Forum: Bugs
Topic: caption word wrap problem in Chinese (UTF-8) with whitespace
Replies: 13
Views: 29203

Re: caption word wrap problem in Chinese (UTF-8) with whites

Code: Select all

convert -background black -fill white -font wts11.ttf -pointsize 20 -size 100x -encoding utf8 caption:"一二三四五六七八九十 一二三四五六七八九十" caption.gif
When I run this command, some messy code will appear in the image...


I thought this is another bug..
by lne1030
2011-08-08T17:21:39-07:00
Forum: Bugs
Topic: caption word wrap problem in Chinese (UTF-8) with whitespace
Replies: 13
Views: 29203

Re: caption word wrap problem in Chinese (UTF-8) with whites

The patch is in the very latest IM whcih you can download from the specified beta release from the IM web site downloads from from the SVN branches for version 6.7.1 (main trunk is being used for the new IM v7 development) You mean downloading the newest source code for ImageMagick-6.7.1-3.zip on m...
by lne1030
2011-08-07T23:20:59-07:00
Forum: Bugs
Topic: caption word wrap problem in Chinese (UTF-8) with whitespace
Replies: 13
Views: 29203

Re: caption word wrap problem in Chinese (UTF-8) with whites

magick wrote:We can reproduce the problem you reported and will get a patch in ImageMagick 6.7.1-3 Beta within a few days. Thanks.
How and When could I get the patch ?

I think We need much more testing to avoid this kind of BUGs... :lol:
by lne1030
2011-08-06T02:01:01-07:00
Forum: Bugs
Topic: caption word wrap problem in Chinese (UTF-8) with whitespace
Replies: 13
Views: 29203

caption word wrap problem in Chinese (UTF-8) with whitespace

http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14179&start=0 That topic has discussed chinese string without whitespace. Now I need to output an image with such command : convert -background black -fill white -font wts11.ttf -pointsize 20 -size 100x -encoding utf8 caption:&...