On Wed, 27 Jul 2011 13:49:08 -0600 (MDT)
magick-users-boun...@imagemagick.org wrote:
| 
| ----- "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.
| 
generate your text, then center compose it onto a 460x150 sized image,
after that you can compose that onto your background.




  Anthony Thyssen ( System Programmer )    <a.thys...@griffith.edu.au>
 --------------------------------------------------------------------------
  Science is based on not knowing everything, but it does know somethings.
                                 -- Terry Pratchett, "Science of Diskworld"
 --------------------------------------------------------------------------
   Anthony's Castle     http://www.ict.griffith.edu.au/anthony/
_______________________________________________
Magick-users mailing list
Magick-users@imagemagick.org
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to