I have a litle problem - when I try to generate the image with text on transparent background I allways get black background.
I'm using command from example with small modification:
Code: Select all
convert -size 320x100 xc:none -font KozGoPro-Bold.otf -pointsize 72 -annotate +30+70 'Anthony' -blur 0x4 -fill gradient:#ff0000-#00ff00 -stroke black -annotate +25+65 'Anthony' font_shadow_fuzzy.jpg
Original:
Code: Select all
convert -size 320x100 xc:lightblue -font Candice -pointsize 72 \
-annotate +30+70 'Anthony' -blur 0x4 \
-fill white -stroke black -annotate +25+65 'Anthony' \
font_shadow_fuzzy.jpg
Please advise.
Thanks!