-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
47 lines (47 loc) · 1.52 KB
/
config.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
{
"GENERAL": {
"//" : "Use monitor profile to display accurate colors",
"COLOR_MANAGE" : true
},
"PATHS": {
"EXIFTOOL_PATH_BUNDLED": "bin\\exiftool(-k).exe",
"EXIFTOOL_PATH": "/usr/bin/exiftool",
"SYSTEM_PROFILE_DIR": "~/.local/share/icc/"
},
"PROFILES" : {
"//a" : "Default image profiles. A valid sRGB profile is mandatory",
"SRGB_PROFILE_NAME": "sRGB Color Space Profile.icm",
"ADOBE_RGB_PROFILE_NAME": "AdobeRGB1998.icc",
"//b" : "Default monitor profile is used when automatic detection fails",
"DEFAULT_MONITOR_PROFILE_NAME" : "CS240(34381075)02Paper.icc"
},
"DNG_PROFILES" : {
"//" : "Paths to camera profiles. To get the standard profiles, download and install the free Adobe DNG converter",
"DIR1" : "~/profiles/CameraRaw/CameraProfiles/Adobe Standard",
"DIR2" : "~/profiles/CameraRaw/CameraProfiles/Camera"
},
"BRUSHES" : {
"//" : "Path to brush files (relative to bLUe dir)",
"DIR" : "brushes"
},
"ENV" : {
"//a" : "3D LUT : Use tetrahedral interpolation instead of trilinear; trilinear is faster",
"USE_TETRA": false,
"//b" : "3D LUT : Parallel interpolation",
"USE_POOL": true,
"POOL_SIZE": 4
},
"LOOK" : {
"THEME" : "dark"
},
"PARAMS" : {
"MAX_ZOOM" : 8,
"TABBING" : true
},
"TABLET" : {
"//" : "Enum valuator is found in tablet.py. Don't use pressure to control brush opacity",
"T_BRUSH_SIZE" : "PressureValuator",
"T_BRUSH_OPACITY" : "VTiltValuator",
"T_BRUSH_SATURATION" : "HTiltValuator"
}
}