ASP.Net 3.5 中的椭圆形图像

发布于 2024-08-23 17:55:37 字数 145 浏览 0 评论 0原文

我需要在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

尛丟丟 2024-08-30 17:55:37

您可以使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文