13thsymphony / HDRImageViewer

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

Command line launch options #29

Closed 13thsymphony closed 4 years ago

13thsymphony commented 4 years ago

Adds support for launching from the command line.

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 -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