Search found 1 match

by alexsam
2011-09-05T05:57:53-07:00
Forum: Developers
Topic: Problem with blur text and transparent BG
Replies: 1
Views: 4517

Problem with blur text and transparent BG

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: convert -size 320x100 xc:none -font KozGoPro-Bold.otf -pointsize 72 -annotate +30+70 'Anthony' -blur 0x4 -fill ...