[Solved] Using -distort to create curved text with transparent background
Posted: 2017-04-27T23:58:59-07:00
I have a command like this:
The command will create an image:
The background color of the text is white, I want it to be transparent. How can I do that? Thanks.
Code: Select all
convert -font Tahoma -pointsize 20 label:' Around the World ' \
-virtual-pixel Background -background SkyBlue \
-distort Arc 60 arc_circle_1.png
The background color of the text is white, I want it to be transparent. How can I do that? Thanks.