From 69ba4f776ffffc0fa59a88ddcb2cd22d0326d007 Mon Sep 17 00:00:00 2001 From: James Ross-Gowan Date: Thu, 26 Nov 2015 22:11:45 +1100 Subject: w32_common: implement icc-profile-auto This adds basic support for ICC profiles. Per-monitor profiles are supported. WCS profiles are not supported, but there is an API for converting WCS profiles to ICC, so they might be supported in future. I'm just not sure if anyone actually uses them. Reloading the ICC profile when it's changed in the control panel is also not supported. This might be possible by using the WCS APIs and watching the registry for changes, but there is no official API for it, and as far as I can tell, no other Windows programs can do it. --- DOCS/man/vo.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'DOCS/man') diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst index 24bf0868be..bde8314bbd 100644 --- a/DOCS/man/vo.rst +++ b/DOCS/man/vo.rst @@ -891,7 +891,8 @@ Available video output drivers are: Automatically select the ICC display profile currently specified by the display settings of the operating system. - NOTE: Only implemented on OS X and X11 + NOTE: On Windows, the default profile must be an ICC profile. WCS + profiles are not supported. ``icc-cache-dir=`` Store and load the 3D LUTs created from the ICC profile in this directory. -- cgit v1.2.3