rendering text fails at some pointsizes
Posted: 2011-01-09T08:59:23-07:00
hi and thank you for your help in advance,
i am doing a simple rendering of a text with this command
convert -background none -fill #ffffff -font Arial -pointsize 14 -gravity West label:"Example" result.png
the problem is that with some of the fonts i need to use, some pointsizes fail to render.
For example, the font RingBearer, its pointsize 14 fails to render with imagemagick but works perfect in photoshop.
I have found some other fonts where i have the same problem, all pointsizes work except for a few usually of a small size that fail to render correctly,
how could i solve this?
at the beginning i thought the problem could be in the font file, but i see that photoshop renders all the sizes with no problems, so is the problem then in imagemagick?
thank u very much
jav
i am doing a simple rendering of a text with this command
convert -background none -fill #ffffff -font Arial -pointsize 14 -gravity West label:"Example" result.png
the problem is that with some of the fonts i need to use, some pointsizes fail to render.
For example, the font RingBearer, its pointsize 14 fails to render with imagemagick but works perfect in photoshop.
I have found some other fonts where i have the same problem, all pointsizes work except for a few usually of a small size that fail to render correctly,
how could i solve this?
at the beginning i thought the problem could be in the font file, but i see that photoshop renders all the sizes with no problems, so is the problem then in imagemagick?
thank u very much
jav