sava41 / qdoled-defringe

GNU General Public License v3.0
40 stars 1 forks source link

QD Oled Defringe

This app applies a screenwide filter that reduces the green/magenta fringe seen on samsung display qd oled panels. It works by using DLL injection on the desktop windows manager service; similar to how ReShade works for video games. Code is based on dwm_lut.

Download latest release

before and after example photot

App Features

Known Issues / Limitations

Build Project:

> mkdir build 
> cd build 
> cmake ..
> cmake --build . --config Release