Search found 3 matches

by zxytim
2014-09-21T02:15:36-07:00
Forum: Bugs
Topic: Rendering a single character eat up all memories
Replies: 3
Views: 2392

Re: Rendering a single character eat up all memories

I still encounter the same problem after upgrading freetype to 2.5.3-2. The problem shows up again when rendering a Chinese character using a different font. This one works: convert -pointsize 50 -font ./STXINGKA.TTF label:先 /tmp/xian.png But this one fails. convert -pointsize 51 -font ./STXINGKA.T ...
by zxytim
2014-09-01T00:47:02-07:00
Forum: Bugs
Topic: Rendering a single character eat up all memories
Replies: 3
Views: 2392

Re: Rendering a single character eat up all memories

I am using ImageMagick 6.8.9.7 with freetype 2.5.3 (newer that yours) on a arch box. I did some further experiment on this issue, ends up with following findings: 1. The condition it fails seems like: "-pointsize <n>" where n > 50 2. It will create a fast growing temporary file named like '/tmp ...
by zxytim
2014-08-25T21:36:00-07:00
Forum: Bugs
Topic: Rendering a single character eat up all memories
Replies: 3
Views: 2392

Rendering a single character eat up all memories

While I am rendering text using: convert -pointsize 100 -font ./kaiti_GB2312.ttf label:O O.png convert eat up all my free memory (about 4G). However, if I use smaller font size: convert -pointsize 50 -font ./kaiti_GB2312.ttf label:O O.png it works nicely. And more interesting, if I render another ...