-
LEDs get very bright very quickly, colours will probably look less washed-out with some gamma correction.
emlyn updated
7 years ago
-
Hello again!
I was wondering whether the QuickCSF code supports Gamma correction? I have a Gamma table I would like to use to adjust Gamma but I could not find info on qtpy supporting that.
Thank yo…
-
At planned features, the gamma correction is listed. At the same time, the codebase has a commented-out piece of code for gamma correction. See: https://github.com/silvia-odwyer/photon/blob/475562b1e6…
-
# ImGui gamma correction in OpenGL and Vulkan | tuket
[https://tuket.github.io/posts/2022-11-24-imgui-gamma/](https://tuket.github.io/posts/2022-11-24-imgui-gamma/)
-
Hi,
Thank you for writing and sharing this code. I do have one enhancement if possible. I'm new to the ESP&Arduino in general so am not able to contribute myself (yet). What i noticed that when set…
-
Like here: https://en.wikipedia.org/wiki/Gamma_correction
Could give us more sensible results than just adding a bias like in our brightness implementation.
-
Would it be possible to add per device gamma correction, for each colour channel maybe ?
Generated lighting effects look fine, but using the ambilight module makes the colours/brightness look quite…
-
from @farteryhr on twitter:
> but here's my only one more wish, please add gamma correction.. for reference, see: http://entropymine.com/imageworsener/ https://bisqwit.iki.fi/story/howto/dither/jy…
-
When using the scanline feature, the image gets significantly darker.
Would it be possible to gamma correct according to the scanline intensity?
The brightness/contrast settings are nice, but don'…
-
sRGB needs to be gamma-corrected in order to perform correct blending. Right now I'm using a home-grown implementation that has to convert to floating-point in order to do the transfer function, but I…