[HELP] Strokewidth always thin with Label
Posted: 2007-02-22T21:20:47-07:00
Hello to everyone.
I'm writing here before going completely mad.
I'm using IM 6.3.0 11/22/06
This command:
convert -background none -font "/blabla/104.ttf" -pointsize 72 -strokewidth 10 -fill "rgba(0,0,0,1)" -stroke "rgba(255,0,0,1)" -gravity west label:"testing!" -trim +repage test.png
ALWAYS gives me a 1px stroke only.
But, if a thin red line is shown, then stroke IS understood by the label command.
I need to use label because this is part of a PHP generator, so i cannot set any size. I simply need the text to take all the space it needs, and for this label seems to be the only way.
But what am i doing wrong? Why strokewidth is completely ignored?
Plz help, 4:45 AM here and it's 5 hours i'm trying to find a solution.
Thanks in advance.
I'm writing here before going completely mad.
I'm using IM 6.3.0 11/22/06
This command:
convert -background none -font "/blabla/104.ttf" -pointsize 72 -strokewidth 10 -fill "rgba(0,0,0,1)" -stroke "rgba(255,0,0,1)" -gravity west label:"testing!" -trim +repage test.png
ALWAYS gives me a 1px stroke only.
But, if a thin red line is shown, then stroke IS understood by the label command.
I need to use label because this is part of a PHP generator, so i cannot set any size. I simply need the text to take all the space it needs, and for this label seems to be the only way.
But what am i doing wrong? Why strokewidth is completely ignored?
Plz help, 4:45 AM here and it's 5 hours i'm trying to find a solution.
Thanks in advance.