![Smile :)](./images/smilies/icon_smile.gif)
I want to put a text on an image and i want to make the text transparent.
I try this command : convert a.jpg -pointsize 50 -transparent black -draw "text 250, 250
'Works'" test1.jpg, but it didn't work.
Can someone help me, pls?
Thanks in advance...
Code: Select all
convert a.jpg -pointsize 50 -fill rgba(100%,100%,0,0.3) -gravity southwest -annotate +0+0 "Works" test1.jpg