Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想生成图像的缩略图而不保存它的不同
ImageResizer支持调整图像大小,它可以将缩略图输出到流(例如MemoryStream),因此您不必将图像保存在磁盘上。它对 ASP.NET 有很好的支持,并且可以使用 NuGet 进行安装。