← Package directory
Available on winget

Install dwm_eotf_rs

Utility that fixes Windows sRGB to scRGB "gamma" by patching DWM shaders

Install with winget
winget install --id SERGEYDJUM.dwmEOTFrs
Upgrade
winget upgrade --id SERGEYDJUM.dwmEOTFrs
Uninstall
winget uninstall --id SERGEYDJUM.dwmEOTFrs

About dwm_eotf_rs

An alternative implementation of the same idea that is behind dwm_eotf. It has additional features, such as system tray controls, autostart and shader dumping. This version is also more reliable, as it does not require multiple tries for it to work (as far as I can tell). dwm_eotf_rs works by reading memory of the loaded dwmcore.dll module, patching shaders that are responsible for incorrect SDR to HDR conversions there and writing it back.

What's new in 0.11.2

## What's Changed - fix: stop deleting all tasks named dwm_eotf_rs (now only user-specific task gets checked or removed) New Contributors - @BPplays made their first contribution in #2 ## Notes - This app requires admin rights (it is somewhat of a debugger).

Read release notes

Version history

Version Updated Notes
0.11.2 Unknown ## What's Changed - fix: stop deleting all tasks named dwm_eotf_rs (now only user-specific task gets checked or removed) New Contributors - @BPplays made their first contribution in #2 ## Notes - This app requires admin...
0.11.0 Unknown ## What's Changed - feat: added automatic startup on user logon (uses PowerShell to create Task Scheduler entry \Users\<USER>\dwm_eotf_rs) - feat: reworked CLI: moved secondary functionality to subcommands and improved h...