0

I've a question concerning Jmagick, how can I round corners of an image, and does this make sense or would it be better to do this using CSS in HTML ?

Thanks

Andrea
  • 11,801
  • 17
  • 65
  • 72
SPC
  • 1

1 Answers1

1

I don't know about JMagick but rounding corners with IM is definitely possible. Check out the "roundRectangle" example here:

Imagemagick forum

how that command is interfaced by JM, I don't know but it should be easy to find out.

Pekka
  • 442,112
  • 142
  • 972
  • 1,088