Critical errors using pango?
Posted: 2013-01-01T21:18:57-07:00
Hoping this isn't just something I overlooked on my end.
Using the very first example
from command line returns the errors
Other examples yield similar results.
edit: Sorry, forgot to mention I'm running Arch Linux with ImageMagick version 6.8.0.7 and Pango 1.32.4.
Using the very first example
Code: Select all
convert -background lightblue pango:"Anthony Thyssen" pango.gif
Code: Select all
(process:9523): Pango-CRITICAL **: pango_font_description_set_size: assertion `size >= 0' failed
convert: memory allocation failed `Anthony Thyssen' @ error/pango.c/ReadPANGOImage/382.
convert: no images defined `pango.gif' @ error/convert.c/ConvertImageCommand/3078.
edit: Sorry, forgot to mention I'm running Arch Linux with ImageMagick version 6.8.0.7 and Pango 1.32.4.