Page 1 of 1

Problem with blur text and transparent BG

Posted: 2011-09-05T05:57:53-07:00
by alexsam
Hi All!

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
Result image:
Image
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
I'm unsing ImageMagick 6.7.2-1 2011-09-05 Q16

Please advise.
Thanks!

Re: Problem with blur text and transparent BG

Posted: 2011-09-05T07:33:23-07:00
by Bonzo
.jpg images do not support transparency try .png