pointsize not fixed in newer version
Posted: 2015-05-27T23:36:10-07:00
I "upgraded" by installing the latest (6.9.1-2) ImageMagick suite (from source) on my Ubuntu 14.04.2 but find that commmands now produce different results.
In particular, in version 6.7.7-10 command
convert -size x200 -font Arial -pointsize 20 -gravity NorthWest \
label:"The quick brown fox jumps over the lazy dog" testing.png
produced the desired image, one with a line of text of fixed font size having white space below to fill the specified width.
But in version 6.9.1-2 the specified pointsize seems to have no effect, the font expanding in size vertically such that the specified width is always filled. Is this a bug? So far (I spent an entire afternoon on this) I have been unable to find a argument combination which produces an image ala the one produced by the previous version.
In particular, in version 6.7.7-10 command
convert -size x200 -font Arial -pointsize 20 -gravity NorthWest \
label:"The quick brown fox jumps over the lazy dog" testing.png
produced the desired image, one with a line of text of fixed font size having white space below to fill the specified width.
But in version 6.9.1-2 the specified pointsize seems to have no effect, the font expanding in size vertically such that the specified width is always filled. Is this a bug? So far (I spent an entire afternoon on this) I have been unable to find a argument combination which produces an image ala the one produced by the previous version.