wpf icon indicating copy to clipboard operation
wpf copied to clipboard

Suggestion: 10bits and HDR display

Open mprevot opened this issue 7 months ago • 5 comments

To my knowledge, WPF is limited to 8 bits display and SDR. An extension to 10 bits display and HDR would be great, modern, especially for high end imaging and video applications, and maybe games, on Windows 10/11. Since WPF relies on DirectX, it is technically possible, maybe not too complicated.

mprevot avatar Apr 09 '25 18:04 mprevot

It is quite complicated as you need to upgrade to newer DirectX version.

There is couple of discussions around on this topic, latest one #10486

miloush avatar Apr 09 '25 19:04 miloush

@miloush Where should I look for the code of the swap chain used by WPF ?

mprevot avatar Apr 09 '25 19:04 mprevot

https://github.com/search?q=repo%3Adotnet%2Fwpf%20SwapChain&type=code is a good start

miloush avatar Apr 09 '25 19:04 miloush

@siagupta0202 How a feature suggestion and a question can be duplicate of each other ?

mprevot avatar Apr 11 '25 12:04 mprevot

@mprevot sorry, my bad! Will reopen the issue.

siagupta0202 avatar Apr 17 '25 06:04 siagupta0202