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