Page 1 of 1

roundRectangle

Posted: 2007-11-06T00:35:30-07:00
by complete_beginner
Hello,

What Method and Parameter is used to create roundRectangle in perlmagick? I could not find parameter for draw method on perlmagic help page. So is there in perl magick alternative to this command?:
convert -size 430x18 xc:none -fill yellow -draw "roundRectangle 0,0 430,18 15,15" rec.png
thank you

Re: roundRectangle

Posted: 2007-11-06T07:02:14-07:00
by magick
Try the Draw() method with a primitive of round-rectange to draw a round rectangle on your image canvas.