You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gamma correction is among the things most often done wrong by graphics programming novices. It's almost as bad as missing scene-related color transforms and linear volume sliders in the average video game. The code example in the readme should definitely mention to adjust.Gamma(img, 1/2.2) before doing any color mixing and adjust.Gamma(img, 2.2) before saving back to file (for as long as bild does not implicitly handle this, anyway) and link to some recommended reading.
The text was updated successfully, but these errors were encountered:
Zyl9393
changed the title
Readme code example should mention gamma correction.
Readme code example should mention the importance of gamma correction.
Jul 13, 2019
Gamma correction is among the things most often done wrong by graphics programming novices. It's almost as bad as missing scene-related color transforms and linear volume sliders in the average video game. The code example in the readme should definitely mention to
adjust.Gamma(img, 1/2.2)
before doing any color mixing andadjust.Gamma(img, 2.2)
before saving back to file (for as long as bild does not implicitly handle this, anyway) and link to some recommended reading.The text was updated successfully, but these errors were encountered: