ImageMagick 6.9.3-6 Q16 x64 2016-02-28 (installed from ImageMagick-6.9.3-6-Q16-HDRI-x64-static.exe)
ImageMagick 7.0.0-0 Q16 x64 2016-02-28 (installed from ImageMagick-7.0.0-0~beta20160228-Q16-HDRI-x64-static.exe)
I'm having an issue with the alignment of text using "magick" or "convert" in a command like this...
Code: Select all
magick -pointsize 24 label:"ONE TWO" test.png
It happens if I specify any value for kerning, even a negative value. It doesn't show up in some cases with gravity settings other than default, but when I specify an italic version of a font like this...
Code: Select all
convert -font arial-bold-italic -pointsize 120 -gravity center label:"ONE TWO" test.png
I don't know if this may be something other people have trouble with and if the developers should look into it.