TA的每日心情 | 慵懒 2024-12-28 03:04 |
---|
签到天数: 160 天 [LV.7]常住居民III
星辰大海
- 积分
- 603994
|
本帖最后由 sommio 于 2023-3-4 02:16 编辑
因为 gnome-control-center 依赖 gnome-color-manager,所以 GNOME 用户总有 color-manager
并且会根据 EDID 生成一个默认 icc profile,但并不一定是更好的选择
在我的设备上它生成了一个白点为 6400K 的 profile
相关代码段:
- ret = cd_icc_create_from_edid (icc,
- gcm_edid_get_gamma (edid),
- gcm_edid_get_red (edid),
- gcm_edid_get_green (edid),
- gcm_edid_get_blue (edid),
- gcm_edid_get_white (edid),
- error);
复制代码 实际上它带有 Windows 的默认 sRGB ICC Profile,可能这是一个更好的选择?
colord.7z
(1022 KB, 下载次数: 0)
|
|