ASP.Net 3.5 中的椭圆形图像
我需要在 ASP.Net 页面上生成椭圆形图像。我需要在上传时将其大小调整为椭圆形,或者即时将其显示为椭圆形。
请访问 cac.mysiteportal.com 以大致了解我想要实现的目标。我说的是右侧的 3 个椭圆形图像。
预先感谢您的帮助。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 WIC 裁剪具有椭圆形剪辑区域的图像。
您可以使用 ASP.Net 中的 WIC。
但是,MS 不支持它。
我应该补充一点,既不使用 System.Drawing。
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.