How dithering works regards to size reduction

Hi,
I wish someone can explain how your dithering options work, because if the point is to reduce size (for LQIPs in my case) then the point is quite quite missed :thinking:.
See this image, 400px wide, 54kb:
angola_fires_hu2cc6392695b384beb190882f560a95ef_1578968_400x0_resize_q95_h2_lanczos_2
applying the defaut dithering produces:
angola_fires_hu2cc6392695b384beb190882f560a95ef_1578968_cfda6f7a32f878524346bd8b90f3e599

Artifacts aside, the size becomes 88kb. How does this work ?

Thanks

I think the feature is intended just to provide this effect, which had been requested for “look-and-feel” purposes, rather than as a means of reducing delivered image size.

1 Like

Dithering an image may or may not increase its file size. The two concepts are independent, with the latter obviously affected by compression algorithm.

One dithers an image to improve visual quality when reducing the palette. The classic example is a color photograph printed on the front page of your monochrome newspaper where the palette is 0 or 1.

In the context of displaying an image on a web page, the images.Dither image filter is, as @bwintx describes, useful for “look-and-feel” purposes.

In the context of printing an image, dithering can be useful/required to achieve optimal image quality. This is dependent upon the printing technology used and available inks/toners.

3 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.