bug caption: with pango IM 6.7.5.8 Q16

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

bug caption: with pango IM 6.7.5.8 Q16

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: bug caption: with pango IM 6.7.5.8 Q16

Post by magick »

We'll get ImageMagick 6.7.5-9 out within a day or two that fixes this bug. Thanks.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: bug caption: with pango IM 6.7.5.8 Q16

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: bug caption: with pango IM 6.7.5.8 Q16

Post by magick »

Doh! We'll have a fix in about an hour. Thanks.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: bug caption: with pango IM 6.7.5.8 Q16

Post 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
Post Reply