Reputation: 1
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
Upvotes: 0
Views: 420
Reputation: 449465
I don't know about JMagick but rounding corners with IM is definitely possible. Check out the "roundRectangle" example here:
how that command is interfaced by JM, I don't know but it should be easy to find out.
Upvotes: 1