-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathOpenICC_device_config_DB.json
72 lines (71 loc) · 2.34 KB
/
OpenICC_device_config_DB.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"org": {
"freedesktop": {
"openicc": {
"device": {
"monitor": [
{ "prefix": "EDID_",
"EDID_mnft_id": "12",
"EDID_model_id": "123",
"EDID_model": "LCD1",
"EDID_serial": "ABCD",
"EDID_red_x": "0.599609",
"EDID_red_y": "0.34375",
"EDID_green_x": "0.320312",
"EDID_green_y": "0.554688",
"EDID_blue_x": "0.150391",
"EDID_blue_y": "0.120117",
"EDID_white_x": "0.313477",
"EDID_white_y": "0.329102",
"EDID_gamma": "2.2",
"EDID_mnft": "VEN",
"EDID_manufacturer": "Vendor1",
"EDID_date": "2007-T16"
},
{ "prefix": "EDID_",
"EDID_mnft_id": "34",
"EDID_model_id": "456",
"EDID_model": "other monitor",
"EDID_serial": "other serial",
"EDID_red_x": "0.599609",
"EDID_red_y": "0.34375",
"EDID_green_x": "0.320312",
"EDID_green_y": "0.554688",
"EDID_blue_x": "0.150391",
"EDID_blue_y": "0.120117",
"EDID_white_x": "0.313477",
"EDID_white_y": "0.329102",
"EDID_gamma": "2.2",
"EDID_mnft": "NEC",
"EDID_manufacturer": "NEC",
"EDID_date": "2001-T12"
}
],
"camera": [
{ "prefix": "EXIF_",
"EXIF_model": "ShinyGlass",
"EXIF_serial": "1200000",
"EXIF_mnft": "GLAS",
"EXIF_manufacturer": "Glasshuette",
"icc_profile": "profile_name.icc",
"creation_date": "05/08/11 11:59:50",
"expire_date": "08/08/11 11:59:50",
"automatic_assigment": "1",
"comment": "nonsense example"
},
{ "prefix": "EXIF_",
"EXIF_model": "Knips",
"EXIF_serial": "3400000",
"EXIF_mnft": "CON",
"EXIF_manufacturer": "ConquerLight",
"icc_profile": "profile_name2.icc",
"creation_date": "05/08/11 11:59:50",
"expire_date": "08/08/11 11:59:50",
"automatic_assigment": "1"
}
]
}
}
}
}
}