Bug 458363 - [Feature Request] Support ICC profiles
Summary: [Feature Request] Support ICC profiles
Status: REPORTED
Alias: None
Product: Haruna
Classification: Applications
Component: generic (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: george fb
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-27 02:14 UTC by u53vxpzel2p5di9k
Modified: 2022-08-27 02:14 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description u53vxpzel2p5di9k 2022-08-27 02:14:00 UTC
Currently Haruna is not a color-managed video player. It would be nice to have some sort of color management feature within the player. ICC profiles are one way to go, which is supported by most display devices and OSs.

libmpv already provides relevant API via `MPV_RENDER_PARAM_ICC_PROFILE`, so it should be relatively straightforward to implement. For fetching ICC profiles, one can either query colord for the system-wide color profile, or ask the user to manually specify the path to the profile.