裁剪封面宽高比可配置

This commit is contained in:
lededev
2022-04-10 13:38:48 +08:00
parent c54817aa01
commit 8add9fe424
4 changed files with 18 additions and 10 deletions

View File

@@ -101,9 +101,10 @@ is performed. It may help you correct wrong numbers before real job.""")
no_net_op = False
if conf.main_mode() == 3:
no_net_op = args.no_network_operation
config.G_conf_override["common:stop_counter"] = 0
config.G_conf_override["common:rerun_delay"] = '0s'
config.G_conf_override["face:aways_imagecut"] = True
if no_net_op:
config.G_conf_override["common:stop_counter"] = 0
config.G_conf_override["common:rerun_delay"] = '0s'
config.G_conf_override["face:aways_imagecut"] = True
return args.file, args.number, args.logdir, args.regexstr, args.zero_op, no_net_op