kurbaniec / hdrToggle

Command Line Tool to turn on HDR in Windows 10

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


hdrToggle

hdrToggle

Minified version of Brad Gearon's hdr-switch.

πŸ›  Build

Download NVAPI from Nvidia (Version R450 was tested and used) and place it as R450-developer.zip into the root of the project directory.

mkdir bin
cd bin
cmake ..
cmake --build . --target hdrToggle --config Release

The executable can now be found under ./bin/Release/hdrToggle.exe.

πŸƒβ€β™‚οΈ Run

.\bin\Release\hdrToggle.exe

πŸ“š Sources

About

Command Line Tool to turn on HDR in Windows 10

License:MIT License


Languages

Language:C++ 84.6%Language:CMake 14.6%Language:C 0.8%