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
|
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 | |||
|
feedback
|
|
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. | |||
|
feedback
|