调整G439json

This commit is contained in:
13038267101 2022-11-23 10:26:27 +08:00
parent 733231912c
commit 7b60682eed
1 changed files with 39 additions and 11 deletions

View File

@ -1,7 +1,7 @@
{
"global": {
"device_type": "G439",
"option_count": 64
"option_count": 66
},
"restore": {
"category": "base",
@ -55,7 +55,7 @@
"default": "24位彩色",
"size": 32,
"range": ["24位彩色", "256级灰度", "黑白", "颜色自动识别"],
"depend_or": ["is-multiout==false"]
"depend_or": ["is-multiout!=true"]
},
"binary-threshold": {
"category": "base",
@ -209,7 +209,7 @@
"cur": "匹配原始尺寸",
"default": "匹配原始尺寸",
"size": 48,
"range": ["A3", "A4", "A4横向", "A5", "A5横向", "A6", "A6横向", "B4", "B5", "B5横向", "B6", "B6横向", "Letter", "Letter横向", "Double Letter", "LEGAL", "匹配原始尺寸", "最大扫描尺寸自动裁切", "最大扫描尺寸", "三联试卷"]
"range": ["A3", "8开", "A4", "A4横向", "16开", "16开横向", "A5", "A5横向", "A6", "A6横向", "B4", "B5", "B5横向", "B6", "B6横向", "Letter", "Letter横向", "Double Letter", "LEGAL", "匹配原始尺寸", "最大扫描尺寸自动裁切", "最大扫描尺寸", "三联试卷"]
},
"is-custom-area": {
"category": "base",
@ -285,7 +285,7 @@
"cur": false,
"default": false,
"size": 4,
"depend_or": ["paper==A3", "==A4", "==A4横向", "==A5", "==A6", "==A6横向", "==B4", "==B5", "==B5横向", "==B6", "==B6横向", "==Double Letter", "==LEGAL", "==Letter", "==Letter横向"]
"depend_or": ["paper==A3", "==A4", "==A4横向", "==A5", "==A5横向", "==A6", "==A6横向", "==B4", "==B5", "==B5横向", "==B6", "==B6横向", "==Double Letter", "==LEGAL", "==Letter", "==Letter横向"]
},
"page": {
"category": "base",
@ -294,7 +294,7 @@
"type": "string",
"cur": "双面",
"default": "双面",
"size": 50,
"size": 40,
"range": ["单面", "双面", "跳过空白页(通用)", "跳过空白页(发票纸)", "对折"]
},
"blank-sensitivity": {
@ -309,7 +309,18 @@
"min": 1,
"max": 100
},
"depend_or": ["page==跳过空白页(发票纸)", "==跳过空白页(通用)"]
"depend_or": ["page==跳过空白页(通用)", "==跳过空白页(发票纸)"]
},
"fold-type": {
"category": "base",
"title": "对折模式",
"desc": "",
"type": "string",
"cur": "左右对折",
"default": "左右对折",
"size": 50,
"range": ["左右对折", "上下对折", "自动对折"],
"depend_or": ["page==对折"]
},
"resolution": {
"category": "base",
@ -319,7 +330,21 @@
"cur": 200,
"default": 200,
"size": 4,
"range": [100, 150, 200, 300]
"range": {
"min": 1,
"max": 600
}
},
"image-quality": {
"category": "base",
"title": "画质",
"desc": "选择扫描仪的画质模式",
"type": "string",
"cur": "速度优先",
"default": "速度优先",
"size": 24,
"range": ["速度优先", "画质优先"],
"depend_or": ["resolution>=300"]
},
"is-exchange": {
"category": "base",
@ -356,7 +381,8 @@
"range": {
"min": 1,
"max": 255
}
},
"depend_and": ["is-custom-gamma==false"]
},
"contrast": {
"category": "base",
@ -369,7 +395,8 @@
"range": {
"min": 1,
"max": 7
}
},
"depend_and": ["is-custom-gamma==false"]
},
"gamma": {
"category": "base",
@ -382,7 +409,8 @@
"range": {
"min": 0.010000,
"max": 5.000000
}
},
"depend_and": ["is-custom-gamma==false"]
},
"grp-3": {
"category": "base",
@ -407,7 +435,7 @@
"cur": false,
"default": false,
"size": 4,
"depend_or": ["page!=对折"]
"depend_and": ["page!=对折", "!=跳过空白页(发票纸)", "!=跳过空白页(通用)"]
},
"is-photo-mode": {
"category": "base",