newtx/docs/sane-opts/image_encoder.txt

39 lines
687 B
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.

{
"img-fmt": {
"cat": "imgp",
"group": "output",
"title": "图片格式",
"desc": "设备输出的图片文件格式",
"type": "string",
"ver": 1,
"pos": 9900,
"ui-pos": 10,
"auth": 10,
"size": 16,
"cur": "JPEG",
"default": "JPEG",
"range": ["JPEG", "PNG", "BMP"]
},
"jpeg-quality": {
"cat": "imgp",
"group": "output",
"title": "JPEG质量",
"desc": "设置JPEG压缩质量质量越高压缩率越低",
"type": "int",
"ver": 1,
"pos": 9901,
"ui-pos": 11,
"auth": 10,
"affect": 4,
"unit": "%",
"size": 4,
"cur": 100,
"default": 100,
"range": {
"min": 10,
"max": 100,
"step": 1
},
"depend": "img-fmt==JPEG"
}
}