ImageResizer控制台应用程序中仅承认基本参数

时间:2013-06-11 13:20:09

标签: imageresizer

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

1 个答案:

答案 0 :(得分:3)

除非存在静态代码引用,否则.NET 4.0不会加载.dll。

在启动期间使用代码安装方法而不是XML:

new SimpleFilters().Install(Config.Current).