possible bug label IM 6.8.4.9 Q16 Mac OSX Snow Leopard
Posted: 2013-04-13T18:25:02-07:00
I am finding that label: does not seem to work well to best fit, especially when the height is given.
This sort of works, though a bit short of the width.
convert -size 200x -background lightblue -fill black -font arial label:"MY NAME IS ELVIS MONTEZUMA" show:
This does not seem to fill the height and stretch the width accordingly.
convert -size x200 -background lightblue -fill black -font arial label:"MY NAME IS ELVIS MONTEZUMA" show:
I assume that it should find a pointsize to fill the height and then make the width whatever is needed for that pointsize. But it does not seem to do that.
This sort of works, though a bit short of the width.
convert -size 200x -background lightblue -fill black -font arial label:"MY NAME IS ELVIS MONTEZUMA" show:
This does not seem to fill the height and stretch the width accordingly.
convert -size x200 -background lightblue -fill black -font arial label:"MY NAME IS ELVIS MONTEZUMA" show:
I assume that it should find a pointsize to fill the height and then make the width whatever is needed for that pointsize. But it does not seem to do that.