Why do we need dithering?
typefully.com
Why do we need dithering?
1–10 of 115 posts
Re: Why do we need dithering?
#2Re: Why do we need dithering?
#3They answered the question in the first two sentences: We don't need it, it's just an aesthetic nowadays.
Re: Why do we need dithering?
#4Re: Why do we need dithering?
#5Re: Why do we need dithering?
#6They answered the question in the first two sentences: We don't need it, it's just an aesthetic nowadays.
And frankly, it turns out 256 colors is quite a lot of colors especially for a small image, so with a very good quantization algorithm and a very good dithering algorithm, you can seriously crunch a lot of things down to PNG8 with no obvious loss in quality. I have done this at many of my employers, armed with other tricks, to dramatically reduce page load sizes.
Re: Why do we need dithering?
#7They answered the question in the first two sentences: We don't need it, it's just an aesthetic nowadays.
It's not just aesthetic, I keep seeing games with color banding because they don't bother to dither before quantizing.
> We don't really need dithering anymore because we have high bit-depth colors so its largely just a retro aesthetic now.
By the way, dithering in video creates additional problems because you want some kind of stability between successive frames.
Re: Why do we need dithering?
#8Earlier quoted context omitted.
It's not just aesthetic, I keep seeing games with color banding because they don't bother to dither before quantizing.
From the article: > We don't really need dithering anymore because we have high bit-depth colors so its largely just a retro aesthetic now. By the way, dithering in video creates additional problems because you want some kind of stability between successive frames.
Re: Why do we need dithering?
#9Earlier quoted context omitted.
It's not just aesthetic, I keep seeing games with color banding because they don't bother to dither before quantizing.
From the article: > We don't really need dithering anymore because we have high bit-depth colors so its largely just a retro aesthetic now. By the way, dithering in video creates additional problems because you want some kind of stability between successive frames.
Re: Why do we need dithering?
#10Earlier quoted context omitted.
From the article: > We don't really need dithering anymore because we have high bit-depth colors so its largely just a retro aesthetic now. By the way, dithering in video creates additional problems because you want some kind of stability between successive frames.
Yeah, the article is wrong about that.