Hacker News new | ask | show | jobs
by leni536 3172 days ago
> I was surprised that the prints were better without adjusting for gamma.

Ha, it was the same for me. I used imageworsener where I had to explicitly specify -nogamma for this effect.

An other place where wrong gamma handling accidentally works is text anti-aliasing. It turns out that for small font size the wrong handling of colorspace results in more readable text than the gamma-correct method only for dark text on light background [1]. No wonder people don't like to use light fonts on dark background (like terminals).

[1] https://www.freetype.org/freetype2/docs/text-rendering-gener...