-size for label
Posted: 2012-11-21T00:17:40-07:00
http://www.imagemagick.org/Usage/text/ says that when pointsize isn't given, and either width or height for size is given, "label:" will choose the best pointsize to fill the width or height, and will set the required height or width.
However, the command:
... creates an image 160x15, using a small pointsize such that it occupies less than half the width.
Even worse, the command:
... never completes. It just makes my CPU fan go crazy.
IM 6.7.9-Q16 on Windows 7.
However, the command:
Code: Select all
"%IMG%convert" -background lightblue -fill blue -size 160x label:Anthony label_size_width.gif
"%IMG%convert" label_size_width.gif -identify null:
Even worse, the command:
Code: Select all
"%IMG%convert" -background lightblue -fill blue -size x40 label:Anthony label_size_height.gif
IM 6.7.9-Q16 on Windows 7.