我在我的 C# 应用程序中使用图像大小调整来调整 png 图像的大小(http://imageresizing.net/上的 imageresizer.dll )。我注意到当 png 图像调整大小时,它们会转换为 x-png 如果我直接转到图像而不调整大小,则检查标题 Content-Type: = image/png (This is correct type) {server host}/Content/ VevoImages/video/2109BE0486B5D47906280AB28F36FE2D.png 将调整大小字符串添加到上述 URL 后,图像会调整大小,但内容类型会发生变化.. Content-Type: = image/x-png {server host}/Content/VevoImages/video/2109BE0486B5D47906280AB28F36FE2D.png ?width=156&height=88&crop=auto
如何在图像调整大小后强制调整图像大小以保持相同的内容类型... Content-Type: = image/png?