Generating image thumbnails in ASP.NET?

前端 未结 7 1537
再見小時候
再見小時候 2020-12-08 22:02

What is the fastest and more reliable way of generating thumbnails in .NET? I need to get any image, compress it in JPEG and resize it.

I\'ve seen several examples w

相关标签:
7条回答
  • 2020-12-08 22:36

    http://www.codeproject.com/KB/graphics/image_croppingVBNet.aspx

    this is for center croping image i hope i will help you more..

    http://www.codeproject.com/KB/GDI-plus/imageresize.aspx

    0 讨论(0)
提交回复
热议问题