Page 1 of 1

possible bug caption IM 6.8.5.9 Q16

Posted: 2013-06-01T17:06:21-07:00
by fmw42
I know caption was just adjusted. So I ran some tests with my scripts and find some differences between versions. I cannot say for sure which is correct, but for the text I have tested the current result does not look optimal. Seems a bit too much padding?

Here are some simple tests over a number of IM versions.


convert -size 100x100 -background white -fill black -font arial -gravity center caption:"this is a test" 1tmp_6859.gif
Image


im6840 convert -size 100x100 -background white -fill black -font arial -gravity center caption:"this is a test" 1tmp_6840.gif
Image


im6819 convert -size 100x100 -background white -fill black -font arial -gravity center caption:"this is a test" 1tmp_6819.gif
Image


im67610 convert -size 100x100 -background white -fill black -font arial -gravity center caption:"this is a test" 1tmp_67610.gif
Image


im67410 convert -size 100x100 -background white -fill black -font arial -gravity center caption:"this is a test" 1tmp_67410.gif
Image


If the current version is a reasonable compromise, it is OK. I just want to be sure.

Re: possible bug caption IM 6.8.5.9 Q16

Posted: 2013-06-02T10:20:41-07:00
by magick
We can reproduce the problem you posted and have a patch in ImageMagick 6.8.5-10 Beta available by sometime tomorrow. Thanks.

Re: possible bug caption IM 6.8.5.9 Q16

Posted: 2013-06-02T13:02:12-07:00
by fmw42
This appears to be fixed in 6.8.5.10 Q16 beta Mac

imb convert -size 100x100 -background white -fill black -font arial -gravity center caption:"this is a test" 1tmp_68510.gif

Image