views:

74

answers:

1

Hi

I need to generate oval shaped images on ASP.Net pages. Either I need to resize it to oval shape when it's being uploaded or show it as oval shape on the fly.

Have a look at cac.mysiteportal.com to get an overview of what I am trying to achieve. I am talking about the 3 oval shaped image on the right hand side.

Thanks in advance for your kind help.

A: 

You can crop images with oval clip regions using WIC. You can use WIC in ASP.Net. However, it is not supported by MS. Neither using System.Drawing, I should add.

andras