Filoppi / HDRImageViewer

UWP app to view high dynamic range (HDR) and wide color gamut (WCG) images.

Home Page:https://13thsymphony.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HDR + WCG Image Viewer

Repository hosting source code for the HDR + WCG Image Viewer UWP app.

This app is based on code from the D2DAdvancedColorImages SDK sample which is part of the Windows 10 samples repository. It is the spiritual successor to the HDR Image Viewer published by Rick Manning.

Releases/tags correspond to versions pushed to the Windows Store.

Command line usage

You should invoke HDRImageViewer from the directory containing the image you wish to load - UWP apps launched from a command line only have access to files within the working directory.

Parameters

-f Start in fullscreen mode

-h Start with UI hidden

-forcebt2100 Force images to use BT.2100 PQ

-input:filename Load filename

Note: Filename must be relative to the current working directory as HDRImageViewer only has access to that directory.

Example

HDRImageViewer.exe -f -h -input:myimage.jxr

About

UWP app to view high dynamic range (HDR) and wide color gamut (WCG) images.

https://13thsymphony.github.io/

License:MIT License


Languages

Language:C++ 77.5%Language:C# 18.2%Language:HLSL 4.0%Language:C 0.4%