I thought the era of 4 bit color had passed.
Why do we need dithering?
81–90 of 115 posts
Re: Why do we need dithering?
#82Earlier quoted context omitted.
It would be nice if you had some examples.
A great many can be found here: https://en.wikipedia.org/wiki/Dither (also a very nice explanation of why dithering is a fundamental signal processing step applicable to many fields, not just an "aesthetic".)
Re: Why do we need dithering?
#83Dithering is super useful in dark scenes in games and movies. By adding random noise to the screen it makes bands of color with harsh transitions imperceptible, and the dithering itself also isn't perceptible. I'm sure there are better approaches nowadays but in some of my game projects I've used the screen space dither approach used in Portal 2 that was detailed in this talk: https://media.steampowered.com/apps/valv…
It's not cheap for streaming. It's harder to compress and is lost in the process. The video codec is a smart low pass filter.
Although I don't think it's very widely used, I dunno if that's due to the compressors or decompressors.
Re: Why do we need dithering?
#84Re: Why do we need dithering?
#85Dithering is still very common in rendering pipelines. 8 bits per channel is not enough to capture subtle gradients, and you’ll get tons of banding. Particularly in mostly monochrome gradients produced by light sources. So you render everything to a floating point buffer and apply dithering. Unlike the examples in this post, this dithering is basically invisible at high resolutions, but it’s still very much in use.
Re: Why do we need dithering?
#86You still see dithering from time to time as a cheap transparency, it's been a few years since Mario Odyssey but that's when last I recall it really stood out: https://xcancel.com/chriswade__/status/924071608976924673
Re: Why do we need dithering?
#87Earlier quoted context omitted.
This also used to be a really common test image: https://en.wikipedia.org/wiki/Lenna But its apparently a cropped centerfold from Playboy
The original Lenna is controversial, but I'm delighted to share the "ethically sourced Lenna": https://mortenhannemose.github.io/lena/
How is this ethically better than the original Lena - the model in that also one expressly approved the usage of the photo for the purposes it was being used for.
Re: Why do we need dithering?
#88You still see dithering from time to time as a cheap transparency, it's been a few years since Mario Odyssey but that's when last I recall it really stood out: https://xcancel.com/chriswade__/status/924071608976924673
mafia2 used that as well (at least for cars appearing into your bubble)
Can't find a screenshot of it on short order, seems most screenshots are either of unrelated newer Unreal Engine or use hardware rendering which doesn't show this dithering.
Re: Why do we need dithering?
#89Re: Why do we need dithering?
#90This is going to be an odd comment, but I immediately recognised the parrot in the test images. It's the scarlet macaw from 2004 which is often used in many Wikipedia articles about colour graphics. I think this is the original, photographed and contributed by Adrian Pingstone: https://commons.wikimedia.org/wiki/File:Parrot.red.macaw.1.a... But this particular derivative is the one that appears most often in the Wiki…