newtx/docs/sane-opts/color_correct.txt

52 lines
1.4 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"clr-correct": {
"cat": "imgp",
"group": "advance",
"title": "颜色校正",
"desc": "根据校正参数调整从CIS出来的原始图像颜色",
"type": "bool",
"pos": 24,
"ui-pos": 15,
"auth": 100,
"size": 4,
"cur": true,
"default": true
},
"lut-file": {
"cat": "imgp",
"group": "advance",
"title": "校正模板",
"desc": "颜色校正使用的基准图像数据",
"type": "string",
"pos": 25,
"ui-pos": 16,
"auth": 100,
"bind": true,
"size": 80,
"default": {
"cis-mode==彩色&&resolution>200&&resolution<400": "\/usr\/local\/huago\/Textlut300clr.bmp",
"cis-mode==彩色&&resolution>=400": "\/usr\/local\/huago\/Textlut600clr.bmp",
"cis-mode==灰度&&resolution<=200": "\/usr\/local\/huago\/Textlut200gray.bmp",
"cis-mode==灰度&&resolution>200&&resolution<400": "\/usr\/local\/huago\/Textlut300gray.bmp",
"cis-mode==灰度&&resolution>=400": "\/usr\/local\/huago\/Textlut600gray.bmp",
"default": "\/usr\/local\/huago\/Textlut200clr.bmp"
}
},
"cis-mode": {
"cat": "none",
"group": "CIS",
"title": "CIS颜色模式",
"desc": "选择镜头色彩工作模式",
"type": "string",
"pos": 1000,
"ui-pos": 10,
"auth": 0,
"bind": true,
"size": 12,
"default": {
"(mode.enabled&&(mode==256级灰度||mode==黑白)) || (multiout-type.enabled&&multiout-type==灰度+黑白)": "灰度",
"default": "彩色"
},
"range": ["彩色", "灰度"]
}
}