RoundedCorners

Adds rounded corners to the current image.

Imageprocessor.Web can round the corners of your images. You can also optionally fill the background color for image types without transparency and choose which corners to round.

Requests are passed thus:

<!--Standard-->
http://your-image?roundedcorners=100
<!--With background color-->
http://your-image?roundedcorners=100&bgcolor=fff
<!--Legacy with background color-->
http://your-image?roundedcorners=radius-100,bgcolor-fff
    

Independent Corners syntax:

<!--Standard-->
http://your-image?roundedcorners=100&tl=true&tr=false&bl=true&br=false
<!--Legacy-->
http://your-image?roundedcorners=radius-100|tl-true|tr-false|bl-true|br-false
    

Examples

Original

original image

100px Rounded Corners

Image with 100px rounded corners