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

link|improve this question
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.