How to increase opacity of a text shadow?
Posted: 2015-01-28T05:17:42-07:00
Hi, i have created a text using
which renders:
Now, i am happy with the result apart from one thing, and it's the opacity of the shadow. How do i make the shadow less translucent?
The blur amount is correct so it's not a matter of decreasing the blur (which of course will increase the opacity but transform the shadow into a normal text contour).
thanks
Code: Select all
convert -size 500x250 canvas:none -font Roboto-Regular -pointsize 160 -draw "text 90,230 '12.34'" -channel RGBA -blur 0x30 -fill white -draw "text 90,230 '12.34'" clock.png
Now, i am happy with the result apart from one thing, and it's the opacity of the shadow. How do i make the shadow less translucent?
The blur amount is correct so it's not a matter of decreasing the blur (which of course will increase the opacity but transform the shadow into a normal text contour).
thanks