我正在使用
ImageBuilder.Current.Build(new ImageJob(file, fileName, new Instructions(string.Format("width={0}&height={1}&format=jpg&{2}=auto", width, height, croppingType)), false, false));
在特定设置中调整照片大小,我想要的是当用户在查询字符串中写入颜色值以将其传递到new Instructions()
内以指定所需颜色时。
答案 0 :(得分:0)