带有圆角和阴影的图像
如何用C#为用户上传的图片制作带有阴影效果的圆角图片?
How to make an rounded corner image with shadow effect for an image uploaded by user in C#?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何用C#为用户上传的图片制作带有阴影效果的圆角图片?
How to make an rounded corner image with shadow effect for an image uploaded by user in C#?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
您可以使用任何一个 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
如果只是为了显示目的,那么最好不要更改用户上传的原始图像。您可以在 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.