我在控制台应用程序中使用ImageBuilder.Current.Build(imageStream,new ResizeSettings(“width = 100& height = 200& crop = auto& s.grayscale = true”)),但只有width和height属性是应用后,将忽略s.grayscale参数。我已经从nuget安装了SimpleFilters插件,我已经在app.config的插件部分添加了它。知道我可能缺少什么吗?
答案 0 :(得分:3)
在启动期间使用代码安装方法而不是XML:
new SimpleFilters().Install(Config.Current).