Lumen

Lumen

Magic auto brightness based on screen contents

3 followers

Launch Team

What do you think? …

Ram
could you build a Windows version of Lumen? I would be happy to use it, great work...
kevoh
@ramkumarhq +1 👍
Anish Athalye
@ramkumarhq https://github.com/anishathalye/... It would be nice to find someone else who can develop it :)
Daniel Georgiev
@ramkumarhq Iris has this but in it's Pro version. It's called Smart Brightness https://iristech.co/artificial-i...
Maxim Ananov
I see that you're going through desktop image bitmap pixels to calculate luminosity. I wonder if it would be more efficient to downscale the image in graphics memory first. Then analyze tiny interpolated image instead of bringing the whole image to RAM every second.
Diogo Afonso
This is really clever and honestly something I've thought about 1 million times when I'm cmd-tabbing between apps that have dark themes and other's that don't! Brilliant...