Page 1 of 1

bug caption: with pango IM 6.7.5.8 Q16

Posted: 2012-03-03T17:50:19-07:00
by fmw42
IM 6.7.5.8 Q16 Mac OSX Snow Leopard.

Caption is not working correctly when IM is compiled with PANGO (Pangoft2 1.28.4). The result includes the word "caption:" along with the desired text --- and I do not believe it is getting the font, doing autoscaling of pointsize and centering correctly.

convert -background none -fill black \
-font Arial -gravity center \
-size 100x100 caption:"this is a test" \
1caption.png

Image

Re: bug caption: with pango IM 6.7.5.8 Q16

Posted: 2012-03-03T19:53:11-07:00
by magick
We'll get ImageMagick 6.7.5-9 out within a day or two that fixes this bug. Thanks.

Re: bug caption: with pango IM 6.7.5.8 Q16

Posted: 2012-03-04T13:01:08-07:00
by fmw42
M 6.7.5.9 Q16 Mac OSX Snow Leopard.

Caption is still not working correctly when IM is compiled with PANGO (Pangoft2 1.28.4). The result removed the word "caption:" from the desired text --- but it is not auto-scaling the font pointsize and wrapping.

With PANGO:

convert -background none -fill black \
-font Arial -gravity center \
-size 100x100 caption:"this is a test" \
1caption_pango.png

Image


Without PANGO:

convert -background none -fill black \
-font Arial -gravity center \
-size 100x100 caption:"this is a test" \
1caption_nopango.png

Image

Re: bug caption: with pango IM 6.7.5.8 Q16

Posted: 2012-03-04T15:04:56-07:00
by magick
Doh! We'll have a fix in about an hour. Thanks.

Re: bug caption: with pango IM 6.7.5.8 Q16

Posted: 2012-03-05T14:13:34-07:00
by fmw42
magick wrote:Doh! We'll have a fix in about an hour. Thanks.
Thanks. It is working correctly now in IM 6.7.5.10 Q16 Mac OSX Snow Leopard