roundRectangle

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
complete_beginner

roundRectangle

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: roundRectangle

Post by magick »

Try the Draw() method with a primitive of round-rectange to draw a round rectangle on your image canvas.
Post Reply