mlaily / NegativeScreen

NegativeScreen is a Windows application allowing you to invert your screen colors. (and more)
https://zerowidthjoiner.net/negativescreen
GNU General Public License v3.0
169 stars 20 forks source link

Inversion for one screen #14

Closed ThomasLachaux closed 6 years ago

ThomasLachaux commented 6 years ago

Hi,

I have 2 screens. I wonder if it's possible to make the inversion color for only one screen. If it's takes too much time, can you tell me where I can edit the dimensions of the window ? (I'll hard code and compile the program ^^)

mlaily commented 6 years ago

Hi!

The current version uses the fullscreen magnification api, making it impossible to control what is inverted or not. (I use the fullscreen api because it is significantly more efficient)

I released a version a while ago with a crude multi screen support. Take a look: https://github.com/mlaily/NegativeScreen/tree/custom_multi_monitor_support

You can download it here: https://0.x2a.yt/other/private/NegativeScreen-custom-multi-monitor.exe

ThomasLachaux commented 6 years ago

Thanks ! That was really useful ;)