Skip to content

Commit

Permalink
Update readme w/ command line information
Browse files Browse the repository at this point in the history
  • Loading branch information
13thsymphony authored May 23, 2020
1 parent 99df746 commit 8af76fd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,16 @@ Repository hosting source code for the [HDR + WCG Image Viewer UWP app](https://
This app is based on code from the D2DAdvancedColorImages SDK sample which is part of the [Windows 10 samples repository](http://go.microsoft.com/fwlink/p/?LinkId=619979). It is the spiritual successor to the [HDR Image Viewer](https://www.microsoft.com/store/productId/9NPSWXVL7W40) 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

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

0 comments on commit 8af76fd

Please sign in to comment.