On Sun, 30 Aug 2009 10:07:46 -0700 Fred Weinhaus <[email protected]> wrote:
| this works but may not be the most efficient. | | | uses the logo: image for background and texture_fabric.gif for texture | | | | | convert -size 720x194 xc:none -font candice -gravity center \ | -pointsize 72 -annotate +3+0 "Anthony" -blur 0x5 \ | -fill white -tile texture_fabric.gif -annotate +0+0 "Anthony" \ | \( +clone -background none -shadow 70x4+5+5 \) +swap \ | -background none -flatten -trim +repage \ | logo: +swap -gravity center -compose over -composite \ | tmp5.gif The tick with the above is to generate you soft outline 'font' as a separate image that has a transparent background. When complete you then overlay your 'font' onto the background. Anthony Thyssen ( System Programmer ) <[email protected]> ----------------------------------------------------------------------------- Recursive (Adj.) :- See "Recursive" ----------------------------------------------------------------------------- Anthony's Home is his Castle http://www.cit.gu.edu.au/~anthony/ _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
