-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathencre_options.json
49 lines (49 loc) · 1.26 KB
/
encre_options.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"rotation": {
"display_name": "Rotation",
"type": "string",
"enum": {
"automatic": "Automatic",
"landscape": "Landscape",
"portrait": "Portrait",
"landscape_upside_down": "Landscape upside-down",
"portrait_upside_down": "Portrait upside-down"
},
"default": "automatic"
},
"dynamic_range": {
"display_name": "Dynamic range",
"type": "number",
"placeholder": "ex: 0.95"
},
"exposure": {
"display_name": "Exposure",
"type": "number",
"placeholder": "ex: 1.5"
},
"brightness": {
"display_name": "Brightness",
"type": "number",
"placeholder": "ex: 10"
},
"contrast": {
"display_name": "Contrast",
"type": "number",
"placeholder": "ex: 0.6"
},
"sharpening": {
"display_name": "Sharpening",
"type": "number",
"placeholder": "ex: 4"
},
"clipped_chroma_recovery": {
"display_name": "Clipped chroma recovery",
"type": "number",
"placeholder": "ex: 1"
},
"error_attenuation": {
"display_name": "Dither error attenuation",
"type": "number",
"placeholder": "ex: 0.1"
}
}