LorenzCK / OnTopReplica

A real-time always-on-top “replica” of a window of your choice (on Windows).
Other
2.48k stars 275 forks source link

Chroma #26

Open Uriei opened 7 years ago

Uriei commented 7 years ago

I think it would be nice to add a Chroma option to apply to the image, per example, when used on a chat window, I could remove the background to only see the text on top of my game.

Dalethium commented 6 years ago

I concur

LorenzCK commented 6 years ago

This is currently impossible to implement because OnTopReplica clones windows using “DWM thumbnails”. This kind of window cloning is very lightweight, but provides no access to the underlying cloned window data: i.e., it is technically impossible to filter/process the replica’s picture. If OnTopReplica switches to full desktop capture to clone windows in the future, this can of course be considered along with many other requests for image processing (image rotation, flipping, etc.).