Semi-Transparent Text on Transparent Background
Posted: 2010-06-15T23:47:47-07:00
Hello all,
I'm trying to figure out how to create text with a completely transparent background, where the text itself has some transparency as well. I'd like text that is 20% transparent on a completely transparent background. The following achieves what I want (minus the transparent text). Can someone help me figure out how to make the text a certain amount transparent? Thanks!
convert -channel RGBA -gravity center -size 35x17 xc:none -font Arial-Regular -pointsize 13 -fill black -annotate +0+0 Text -background transparent -flatten out.png
Josh
I'm trying to figure out how to create text with a completely transparent background, where the text itself has some transparency as well. I'd like text that is 20% transparent on a completely transparent background. The following achieves what I want (minus the transparent text). Can someone help me figure out how to make the text a certain amount transparent? Thanks!
convert -channel RGBA -gravity center -size 35x17 xc:none -font Arial-Regular -pointsize 13 -fill black -annotate +0+0 Text -background transparent -flatten out.png
Josh