Just wanted to say I upgraded to the new version 6.8.1-9, and now it seems to be working (no new lines after text).
To get the font the same size as the example, however, I needed to include a single <small> tag.
Thanks.
Search found 3 matches
- 2013-01-06T11:47:12-07:00
- Forum: Bugs
- Topic: Critical errors using pango?
- Replies: 4
- Views: 5683
- 2013-01-02T10:26:52-07:00
- Forum: Bugs
- Topic: Critical errors using pango?
- Replies: 4
- Views: 5683
Re: Critical errors using pango?
Thank you for your fast fix.
I've downloaded and installed ImageMagick 6.8.1-8, which has fixed the above problem, but now using example
convert -background lightblue -size 150 \
pango:"Anthony Thyssen is the main author of IM Examples" \
pango_size.gif
Every word makes a new line, so instead ...
I've downloaded and installed ImageMagick 6.8.1-8, which has fixed the above problem, but now using example
convert -background lightblue -size 150 \
pango:"Anthony Thyssen is the main author of IM Examples" \
pango_size.gif
Every word makes a new line, so instead ...
- 2013-01-01T21:18:57-07:00
- Forum: Bugs
- Topic: Critical errors using pango?
- Replies: 4
- Views: 5683
Critical errors using pango?
Hoping this isn't just something I overlooked on my end.
Using the very first example
convert -background lightblue pango:"Anthony Thyssen" pango.gif
from command line returns the errors
(process:9523): Pango-CRITICAL **: pango_font_description_set_size: assertion `size >= 0' failed
convert ...
Using the very first example
convert -background lightblue pango:"Anthony Thyssen" pango.gif
from command line returns the errors
(process:9523): Pango-CRITICAL **: pango_font_description_set_size: assertion `size >= 0' failed
convert ...