Imagesharp - 防止调整小图像的大小

Imagesharp - prevent from resizing small images

如果图像尺寸小于查询参数中指定的尺寸,是否可以阻止 Imagesharp 调整图像大小?

如果你的意思是 ImageSharp.Web 那么是的。

您必须将默认值 ResizeWebProcessor 替换为 Process(FormattedImage image, ILogger logger, IDictionary<string, string> commands) 的更新版本,该版本首先检查根据输入图像从命令解析的大小。