带有圆角和阴影的图像

发布于 2024-08-06 12:11:46 字数 34 浏览 2 评论 0原文

如何用C#为用户上传的图片制作带有阴影效果的圆角图片?

How to make an rounded corner image with shadow effect for an image uploaded by user in C#?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

情感失落者 2024-08-13 12:11:46

您可以使用任何一个 jQuery 插件来完成这项工作。这与c#无关,纯粹是浏览器端的javascript实现。

试试这个 - http://docs.jquery.com/Tutorials:Wrapping_Images_With_A_Drop_Shadow
这是 - http://www. bioneural.net/2008/02/13/corners-gradients-and-shadows-with-jquery/

希望这对

阿伦有帮助

You could use any one of the jQuery plugins to do the job. This has nothing do with c# and is purely a browser-side javascript implementation.

Try this - http://docs.jquery.com/Tutorials:Wrapping_Images_With_A_Drop_Shadow
and this - http://www.bioneural.net/2008/02/13/corners-gradients-and-shadows-with-jquery/

Hope this helps

Arun

人间☆小暴躁 2024-08-13 12:11:46

如果只是为了显示目的,那么最好不要更改用户上传的原始图像。您可以在 HTML 元素(如 div )内显示图像,并使用圆角和阴影设置 div 的样式。

这是一个不错的

“滑动门”框 - 圆角适合所有人

放置用户图像在这个里面。

If is only for a display purpose then it would be better not to change the original image uploaded by the user. You can display the image inside an HTML element ( like div ) and style the div with rounded corners and shadow.

Here is a nice one

"Sliding Doors" Box– Rounded Corners for All

Put the user image inside this one.

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