如果图像的尺寸小于查询参数中指定的尺寸,是否可以阻止Imagesharp调整图像大小?
如果你的意思是ImageSharp.Web
,那么是的。
您必须将默认的ResizeWebProcessor
替换为Process(FormattedImage image, ILogger logger, IDictionary<string, string> commands)
的更新版本,该版本首先根据输入图像检查从命令解析的大小。