13thsymphony / HDRImageViewer

UWP app to view high dynamic range (HDR) and wide color gamut (WCG) images.
https://13thsymphony.github.io/
MIT License
77 stars 21 forks source link

Enforce JPEG XR codec as part of Xbox HDR screenshot detection #6

Closed 13thsymphony closed 5 years ago

13thsymphony commented 5 years ago

Not easy to do as the image loading pipeline is abstracted to use IWICBitmapSource - Xbox HDR screenshot detection kind of breaks that abstraction, so the better fix would be to detect this early in image loading (when IWICBitmapDecoder and IWICBitmapFrameDecode are available) and cache the information.