【已解决】图片组合处理报错

BUG反馈 · 621 次浏览
小锴 创建于 2023-08-23 17:29

错误如下

161.1图片处理组合处理
[in]失败后停止【值/表达式】True
[in]图片【变量 img】位图(500x750 [ImageFormat: b96b3cae-0728-11d3-9d7b-0000f81ef32e])
[in]操作类型【值/表达式】Filters
[in]处理参数【值/表达式】ResizeEx:500;500;Stretch;Center
异常:处理图片出错。行:ResizeEx:500;500;Stretch;Center 错误:索引超出了数组界限。
在 Quicker.Domain.Actions.X.BuildinRunners.Images.ImageProcessorHelper.<>c__DisplayClass36_0.lxQw3gAlu1h(String s) 在 Quicker.Utilities.AppHelper.IfMatchThen(String line, String prefix, Action`1 action) 在 Quicker.Domain.Actions.X.BuildinRunners.Images.ImageProcessorHelper.MZCXyWZIMVS(String , String , Boolean , Action`1 ) 在 Quicker.Domain.Actions.X.BuildinRunners.Images.ImageProcessorHelper.ResizeEx(ImageFactory imageFactory, String paramLine) 在 Quicker.Domain.Actions.X.BuildinRunners.Images.ImageProcessorHelper.z6xXyqTQCHV(ImageFactory , String ) 在 Quicker.Domain.Actions.X.BuildinRunners.Images.ImageProcessorHelper.ProcessImage(String filterParams, Bitmap bmpSrc, Boolean returnResultImage, ActionExecuteContext context) 在 Quicker.Domain.Actions.X.BuiltinRunners.Images.ImageProcessStep.<>c__DisplayClass52_0.opWwh1kUT25() 在 Quicker.Domain.Actions.X.XActionHelper.ExecuteCommonAction(ActionExecuteContext context, ActionStep step, XAction action, Func`1 actionFunc, Action successAction, Action failAction, StepInParamDef stopIfErrorParam, StepOutParamDef isSuccessOutputParam)
步骤(sys:imgProcess)执行失败,原因:处理图片出错。行:ResizeEx:500;500;Stretch;Center 错误:索引超出了数组界限。
停止动作:处理图片出错。行:ResizeEx:500;500;Stretch;Center 错误:索引超出了数组界限。
 
图片如下:
 
目的是要要把图片调整到500*500
小锴 最后更新于 2023/8/23

回复内容
CL 2023-08-23 17:32
#1

500,500 两个构成一个坐标参数,中间用逗号

小锴 回复 CL 2023-08-23 17:32 :

感谢,都怪我没看到格式要求。。。

小锴 最后更新于 2023-08-23 17:33
小锴 回复 小锴 2023-08-23 17:35 :

我最后还少打了  ;True  留下完整的给其他人提供一点帮助吧

 ResizeEx:500,500;Stretch;Center;True
小锴 最后更新于 2023-08-23 20:47
回复主贴