删除安卓439的色彩校正,添加linux 439色彩校正

This commit is contained in:
13038267101 2023-06-12 19:50:59 +08:00
parent db03c12d95
commit c819d95c14
2 changed files with 391 additions and 76 deletions

View File

@ -405,16 +405,6 @@
"title": "图像处理",
"type": "group"
},
"color-correction": {
"category": "base",
"title": "色偏校正",
"desc": "色彩还原度矫正功能",
"type": "bool",
"cur": false,
"default": false,
"size": 4,
"depend_or": ["mode==24位彩色", "==24位彩色"]
},
"is-anti-skew": {
"category": "base",
"title": "自动纠偏",

View File

@ -1,12 +1,17 @@
{
"global": {
"device_type": "G439",
"option_count": 69
"option_count": 70
},
"restore": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "恢复默认设置",
"desc": "恢复默认设置",
"type": "button",
@ -17,7 +22,12 @@
"help": {
"category": "advanced",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "帮助",
"desc": "显示软件帮助文档",
"type": "button",
@ -30,12 +40,22 @@
"title": "基本设置",
"type": "group",
"readonly": false,
"hwonly": false
"affect-img": false,
"hwonly": false,
"field": "Common",
"pos": 0,
"visible": true,
"unit": "None"
},
"is-multiout": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "多流输出",
"desc": "同时输出多种颜色模式的图像",
"type": "bool",
@ -46,7 +66,12 @@
"multiout-type": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "多流输出类型",
"desc": "选择多流输出的类型",
"type": "string",
@ -59,7 +84,12 @@
"mode": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "颜色模式",
"desc": "选择色彩模式",
"type": "string",
@ -72,7 +102,12 @@
"binary-threshold": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "黑白图像阈值",
"desc": "高于该阈值为1低于该阈值为0",
"type": "int",
@ -89,7 +124,12 @@
"reverse-bw": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "黑白图像反色输出",
"desc": "输出的黑白图像以“1”代表黑色“0”代表白色",
"type": "bool",
@ -101,7 +141,12 @@
"filter": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "灰度或黑白图像 - 除色与增强",
"desc": "消除或增强指定色彩",
"type": "string",
@ -114,7 +159,12 @@
"is-rid-multiout-red": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "24位彩色图像 - 多流输出除红",
"desc": "同时输出彩色图像和灰度除红图像",
"type": "bool",
@ -126,7 +176,12 @@
"is-rid-answer-sheet-red": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "24位彩色图像 - 答题卡除红",
"desc": "输出除红彩色图像",
"type": "bool",
@ -138,7 +193,12 @@
"is-erase-bkg": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "背景移除",
"desc": "移除文稿背景底色",
"type": "bool",
@ -150,7 +210,12 @@
"bkg-color-range": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": " 背景色彩浮动范围",
"desc": "与背景底色偏差在该值范围内的颜色,都将被移除",
"type": "int",
@ -167,7 +232,12 @@
"sharpen": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "锐化与模糊",
"desc": "选择锐化效果或模糊效果",
"type": "string",
@ -180,7 +250,12 @@
"is-rid-morr": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "去除摩尔纹",
"desc": "去除图像中的摩尔纹",
"type": "bool",
@ -192,7 +267,12 @@
"is-rid-grid": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "除网纹",
"desc": "去除图像中的网纹",
"type": "bool",
@ -204,7 +284,12 @@
"is-err-extension": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "错误扩散",
"desc": "以点阵形式构建图像",
"type": "bool",
@ -216,7 +301,12 @@
"is-noise-optimize": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "黑白图像噪点优化",
"desc": "去除图像中的孤立黑点",
"type": "bool",
@ -228,7 +318,12 @@
"noise-size": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": " 噪点优化尺寸",
"desc": "设置需要去除的黑色孤立点的连通个数",
"type": "int",
@ -245,7 +340,12 @@
"paper": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "纸张尺寸",
"desc": "设置出图大小",
"type": "string",
@ -257,7 +357,12 @@
"is-custom-area": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "自定义扫描区域",
"desc": "自定义扫描区域",
"type": "bool",
@ -269,75 +374,84 @@
"tl-x": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "扫描区域左侧mm",
"desc": "自定义扫描区域左上角x坐标",
"type": "float",
"cur": 0,
"default": 0,
"cur": 0.000000,
"default": 0.000000,
"size": 4,
"range": {
"min": 0,
"max": 210,
"step": 21
},
"range": [0.000000, 0.000000, 0.000000],
"depend_and": ["is-custom-area==true"]
},
"br-x": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "扫描区域右侧mm",
"desc": "自定义扫描区域右下角x坐标",
"type": "float",
"cur": 210,
"default": 210,
"cur": 0.000000,
"default": 0.000000,
"size": 4,
"range": {
"min": 0,
"max": 210,
"step": 21
},
"range": [0.000000, 0.000000, 0.000000],
"depend_and": ["is-custom-area==true"]
},
"tl-y": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "扫描区域上侧mm",
"desc": "自定义扫描区域左上角y坐标",
"type": "float",
"cur": 0,
"default": 0,
"cur": 0.000000,
"default": 0.000000,
"size": 4,
"range": {
"min": 0,
"max": 297,
"step": 29.7
},
"range": [29.700000, 0.000000, 0.000000],
"depend_and": ["is-custom-area==true"]
},
"br-y": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "扫描区域下侧mm",
"desc": "自定义扫描区域右下角y坐标",
"type": "float",
"cur": 297,
"default": 297,
"cur": 0.000000,
"default": 0.000000,
"size": 4,
"range": {
"min": 0,
"max": 297,
"step": 29.7
},
"range": [29.700000, 0.000000, 0.000000],
"depend_and": ["is-custom-area==true"]
},
"is-size-check": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "尺寸检测",
"desc": "检测纸张实际尺寸与设置是否匹配",
"type": "bool",
@ -349,7 +463,12 @@
"page": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "扫描页面",
"desc": "设置页面扫描方式",
"type": "string",
@ -361,7 +480,12 @@
"blank-sensitivity": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": " 跳过空白页灵敏度",
"desc": "数值越大,则越容易跳过",
"type": "int",
@ -378,7 +502,12 @@
"fold-type": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "对折模式",
"desc": "",
"type": "string",
@ -391,7 +520,12 @@
"resolution": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "分辨率",
"desc": "设置扫描图像的分辨率",
"type": "int",
@ -407,7 +541,12 @@
"image-quality": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "画质",
"desc": "选择扫描仪的画质模式",
"type": "string",
@ -420,7 +559,12 @@
"is-exchange": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "交换正反面",
"desc": "交换每张文稿的正反面出图顺序",
"type": "bool",
@ -434,12 +578,22 @@
"title": "亮度",
"type": "group",
"readonly": false,
"hwonly": false
"affect-img": false,
"hwonly": false,
"field": "Common",
"pos": 0,
"visible": true,
"unit": "None"
},
"is-custom-gamma": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "启用色调曲线",
"desc": "自定义图像色调效果",
"type": "bool",
@ -450,7 +604,12 @@
"brightness": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "亮度值",
"desc": "调整图像亮度",
"type": "int",
@ -467,7 +626,12 @@
"contrast": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "对比度",
"desc": "调整图像对比度",
"type": "int",
@ -484,17 +648,22 @@
"gamma": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "伽马值",
"desc": "调整图像伽玛值",
"type": "float",
"cur": 1,
"default": 1,
"cur": 0.000000,
"default": 0.000000,
"size": 4,
"range": {
"min": 0.01,
"max": 5,
"step": 0.499
"min": 0.010000,
"max": 0.000000,
"step": 0.499000
},
"depend_and": ["is-custom-gamma==false"]
},
@ -503,12 +672,39 @@
"title": "图像处理",
"type": "group",
"readonly": false,
"hwonly": false
"affect-img": false,
"hwonly": false,
"field": "Common",
"pos": 0,
"visible": true,
"unit": "None"
},
"color-correction": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "色偏校正",
"desc": "色彩还原度矫正功能",
"type": "bool",
"cur": false,
"default": false,
"size": 4,
"depend_or": ["mode==24位彩色"]
},
"is-anti-skew": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "自动纠偏",
"desc": "自动纠正歪斜送入的文稿图像",
"type": "bool",
@ -520,7 +716,12 @@
"is-split": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "图像拆分",
"desc": "自动拆分图像",
"type": "bool",
@ -532,7 +733,12 @@
"is-erase-black-frame": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "消除黑框",
"desc": "消除文稿范围外的黑色背景",
"type": "bool",
@ -543,7 +749,12 @@
"bkg-fill-mode": {
"category": "advanced",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "背景填充方式",
"desc": "选择背景填充方式",
"type": "string",
@ -556,7 +767,12 @@
"is-fill-color": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "色彩填充",
"desc": "启用后黑框部分将填充为文稿底色",
"type": "bool",
@ -568,7 +784,12 @@
"threshold": {
"category": "advanced",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "阈值",
"desc": "文稿底色与黑色背景灰度值的差值大于该值,才会被识别为文稿",
"type": "int",
@ -585,7 +806,12 @@
"anti-noise-level": {
"category": "advanced",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "背景抗噪等级",
"desc": "能够容忍的背景杂色条纹的宽度",
"type": "int",
@ -602,7 +828,12 @@
"margin": {
"category": "advanced",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "边缘缩进",
"desc": "寻找文稿边缘时对边缘的侵入程度",
"type": "int",
@ -619,7 +850,12 @@
"is-dark-sample": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "深色样张",
"desc": "启用该模式防止深色底色的文稿图像被误处理",
"type": "bool",
@ -631,7 +867,12 @@
"is-anti-permeate": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "防止渗透",
"desc": "防止背面图案渗透",
"type": "bool",
@ -642,7 +883,12 @@
"permeate-level": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": " 防止渗透等级",
"desc": "选择防止渗透的等级",
"type": "string",
@ -655,7 +901,12 @@
"is-rid-hole-l": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "穿孔移除—左侧",
"desc": "穿孔在纸张上的左侧",
"type": "bool",
@ -666,24 +917,30 @@
"search-hole-range-l": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": " 左侧穿孔搜索范围占幅面比例",
"desc": "穿孔搜索范围占幅面比例",
"type": "float",
"cur": 0.1,
"default": 0.1,
"cur": 0.100000,
"default": 0.100000,
"size": 4,
"range": {
"min": 0,
"max": 0.5,
"step": 0.05
},
"range": [0.500000, 0.050000, 0.000000],
"depend_and": ["is-rid-hole-l==true"]
},
"is-rid-hole-r": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "穿孔移除—右侧",
"desc": "穿孔在纸张上的右侧",
"type": "bool",
@ -694,24 +951,30 @@
"search-hole-range-r": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": " 右侧穿孔搜索范围占幅面比例",
"desc": "穿孔搜索范围占幅面比例",
"type": "float",
"cur": 0.1,
"default": 0.1,
"cur": 0.100000,
"default": 0.100000,
"size": 4,
"range": {
"min": 0,
"max": 0.5,
"step": 0.05
},
"range": [0.500000, 0.050000, 0.000000],
"depend_and": ["is-rid-hole-r==true"]
},
"is-rid-hole-t": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "穿孔移除—上侧",
"desc": "穿孔在纸张的上部",
"type": "bool",
@ -722,24 +985,30 @@
"search-hole-range-t": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": " 上侧穿孔搜索范围占幅面比例",
"desc": "穿孔搜索范围占幅面比例",
"type": "float",
"cur": 0.1,
"default": 0.1,
"cur": 0.100000,
"default": 0.100000,
"size": 4,
"range": {
"min": 0,
"max": 0.5,
"step": 0.05
},
"range": [0.500000, 0.050000, 0.000000],
"depend_and": ["is-rid-hole-t==true"]
},
"is-rid-hole-b": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "穿孔移除—下侧",
"desc": "穿孔在纸张的下部",
"type": "bool",
@ -750,18 +1019,19 @@
"search-hole-range-b": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": " 下侧穿孔搜索范围占幅面比例",
"desc": "穿孔搜索范围占幅面比例",
"type": "float",
"cur": 0.1,
"default": 0.1,
"cur": 0.100000,
"default": 0.100000,
"size": 4,
"range": {
"min": 0,
"max": 0.5,
"step": 0.05
},
"range": [0.500000, 0.050000, 0.000000],
"depend_and": ["is-rid-hole-b==true"]
},
"grp-4": {
@ -769,12 +1039,22 @@
"title": "送纸方式设置",
"type": "group",
"readonly": false,
"hwonly": false
"affect-img": false,
"hwonly": false,
"field": "Common",
"pos": 0,
"visible": true,
"unit": "None"
},
"is-wait-scan": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "待纸扫描",
"desc": "启用后,文稿放入扫描仪时将自动启动扫描",
"type": "bool",
@ -785,7 +1065,12 @@
"wait-scan-exit": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "待纸扫描退出时间",
"desc": "设置结束待纸扫描的时间",
"type": "string",
@ -798,7 +1083,12 @@
"scan-mode": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "扫描张数",
"desc": "选择指定数量扫描或连续扫描",
"type": "string",
@ -811,7 +1101,12 @@
"scan-count": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": " 扫描数量",
"desc": "扫描指定数量",
"type": "int",
@ -823,7 +1118,12 @@
"direction": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "文稿方向",
"desc": "设置图像的方向",
"type": "string",
@ -835,7 +1135,12 @@
"is-rotate-bkg-180": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "背面旋转180°",
"desc": "背面扫描的图像旋转180°",
"type": "bool",
@ -847,7 +1152,12 @@
"is-ultrosonic": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "超声波检测",
"desc": "检测是否出现双张送入",
"type": "bool",
@ -858,7 +1168,12 @@
"is-check-dog-ear": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "折角检测",
"desc": "检测文稿是否存在折角",
"type": "bool",
@ -869,7 +1184,12 @@
"dog-ear-size": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": " 折角大小",
"desc": "值越小,能检测到的折角越小",
"type": "int",
@ -886,7 +1206,12 @@
"time-to-sleep": {
"category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "休眠时间",
"desc": "设置扫描仪的休眠时间",
"type": "string",