non-conforming drawing primitive definition on 6.2.4.5

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

This command worked for us with ImageMagick 6.2.6-8, the current release:
  • convert -fill 'rgba(255,255,0,96)' -draw 'roundRectangle 21,21 47,47 6,6 ' -draw "image overlay 22,22 24,24 '/tmp/icon-4UGgmi'" /tmp/icon-TmzCEZ /tmp/icon-dVKd8A
Post Reply