Transparent caption text
Posted: 2017-02-22T05:01:14-07:00
Hi folks!
I was wondering if it is possible to make a caption text fully transparent.
http://www.imagemagick.org/Usage/text/#caption_bestfit
I tried with -fill none and didn't have any success.
What would be the correct method?
Thank you
I was wondering if it is possible to make a caption text fully transparent.
http://www.imagemagick.org/Usage/text/#caption_bestfit
Code: Select all
convert -background lightblue -fill blue -font Candice -size 320x140 \
caption:'This text is resized to best fill the space given.' \
caption_filled.gif
What would be the correct method?
Thank you