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
bug caption: with pango IM 6.7.5.8 Q16
Re: bug caption: with pango IM 6.7.5.8 Q16
We'll get ImageMagick 6.7.5-9 out within a day or two that fixes this bug. Thanks.
- 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
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
Without PANGO:
convert -background none -fill black \
-font Arial -gravity center \
-size 100x100 caption:"this is a test" \
1caption_nopango.png
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
Without PANGO:
convert -background none -fill black \
-font Arial -gravity center \
-size 100x100 caption:"this is a test" \
1caption_nopango.png
Re: bug caption: with pango IM 6.7.5.8 Q16
Doh! We'll have a fix in about an hour. Thanks.
- 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
Thanks. It is working correctly now in IM 6.7.5.10 Q16 Mac OSX Snow Leopardmagick wrote:Doh! We'll have a fix in about an hour. Thanks.