----- "Scott Serr" <se...@theserrs.net> wrote:

> This sort of works:
> 
> convert  -size 480x480 xc:skyblue \
>       \( -size 460x140 -font Helvetica -pointsize 24 -gravity center \
>               label:'Red Hat Enterprise Linux\nStuff' \) \
>       -geometry +0-150 -composite \
>       \( -size 460x140 -font Helvetica -pointsize 24 -gravity center \
>               label:'Version 5.6\nx86-64' \)  \
>       -geometry +0+150 -composite \
>       gif:- | display gif:-
> 
> The bottom text shows it's resized larger during compositing.  I'd
> like the two 460x150 region with a fixed sized font to be composited
> as is.  (trimmed in length of they are too long would be fine)

I was a bit off:

"Before version 6.5.2-4, IM would completely ignore the "-pointsize" setting if 
a "-size" setting is also given. This causes the text in the above images to be 
auto-sized according to the 'best fit' handling (see next set of examples)."

I'm wondering how I can work around this with an old version, 6.2.8.

-Scott
_______________________________________________
Magick-users mailing list
Magick-users@imagemagick.org
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to