Semi transparent text watermark w shadow
Posted: 2011-06-21T13:36:20-07:00
Hello.
I'm trying use this, but without success
flatten works well, but I need a semi transparent text
Version: ImageMagick 6.6.8-9 2011-03-25 Q16
OS: Win
I'm trying use this, but without success
Code: Select all
convert -channel rgba -pointsize 30 -strokewidth 2 "in.jpg" ^( -background transparent -stroke #000b -fill #000a label:"mark" -blur 3x3 -stroke none -fill #ffff label:"mark" ^) -compose dissolve -define compose:args=50 -composite -quality 100 "out.jpg"
Code: Select all
convert -channel rgba -pointsize 30 -strokewidth 2 "in.jpg" ^( -background transparent -stroke #000b -fill #000a label:"mark" -blur 3x3 -stroke none -fill #ffff label:"mark" ^) -flatten -quality 100 "out.jpg"
OS: Win