439设备最新固件新增最大幅面采集高度

This commit is contained in:
yangjiaxuan 2024-06-21 09:48:56 +08:00
parent 346f8527ff
commit d36e3d5617
4 changed files with 24 additions and 1 deletions

View File

@ -605,6 +605,28 @@
"range": ["速度优先", "画质优先"],
"depend_or": ["resolution>=300"]
},
"maxsize-collect-height": {
"cat": "base",
"readonly": false,
"affect": 0,
"group": "light",
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "最大幅面采集高度",
"desc": "最大幅面采集高度",
"type": "int",
"cur": 420,
"default": 420,
"size": 4,
"range": {
"min": 420,
"max": 3050,
"step": 1
},
"depend_or": ["paper==最大扫描尺寸", "paper==最大扫描尺寸自动裁切"]
},
"is-exchange": {
"cat": "base",
"readonly": false,

View File

@ -1,4 +1,4 @@
// CDlgLang.cpp: 实现文件
// CDlgLang.cpp: 实现文件
//
#include "stdafx.h"

View File

@ -5956,6 +5956,7 @@ struct
, {SANE_STD_OPT_NAME_PERIOD , OPTION_TITLE_PWMZKB}
, {SANE_STD_OPT_NAME_OUT_BOUNDARY , OPTION_TITLE_BJJC}
, {SANE_STD_OPT_NAME_SETTOKEN , OPTION_TITLE_SDLP}
, {SANE_STD_OPT_NAME_MAXSIZE_COLLECT_HEIGHT ,OPTION_TITLE_ZDFMCJGD}
},
g_discard[] = { {SANE_STD_OPT_NAME_REVERSE_01 , "\351\273\221\347\231\275\345\233\276\345\203\217\345\217\215\350\211\262\350\276\223\345\207\272\357\274\210\346\255\243\345\270\270\351\242\234\350\211\262\344\270\272\357\274\2320-\351\273\221\350\211\262\357\274\2331-\347\231\275\350\211\262\357\274\211"} // 黑白图像反色输出正常颜色为0-黑色1-白色)
, {SANE_STD_OPT_NAME_FILTER , "\347\201\260\345\272\246\346\210\226\351\273\221\347\231\275\345\233\276\345\203\217 - \351\231\244\350\211\262"} // 灰度或黑白图像 - 除色

Binary file not shown.