What’s the difference between halftoning and dithering?

Asked 12/16/2010

36 views

2 answers

0

I understand both halftoning and dithering as ways to simulate tones or colors when the output device has limited levels or inks. Are they basically the same process, or is there a clear difference between them in printing and image reproduction?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

15y ago

2 Answers

15

I disagree with John's assertion that the difference depends on how many colours you use, I believe it's possible to dither using a single colour.

Halftoning is a term used in the print industry to describe how to reproduce varying tones with significantly fewer inks. It's usually synonymous with amplitude modulation halftoning, where a fixed pattern of dots vary in size in order to create the illusion of continuous tone.

Left: two examples of monochrome dithering, firstly pattern dithering and secondly diffusion dithering. Right: two examples of colour halftoning by amplitude modulation, the first with a very large dot size, the second with a smaller dot size that is more convincing.

When colour halftoning, the grid of circles for each ink colour are set at different angles so they don't land on top of each other.

Dithering is a more general term that refers to randomisation or perturbation of colours values or positions or intensity in order to simulate more tones than are available. Essentially both terms try to achieve the same effect, to fool the eye into seeing more colours than are there, and you could argue that halftoning is a form of dithering.

Like all terms they are misused, but to me the difference is that you wouldn't usually talk about halftoning if you were working with images for display on a computer. Whereas, if you were talking about printing then you would usually use halftoning to refer to amplitude modulation (little circles), and dithering otherwise.

Originally by user1375. Source · Licensed CC BY-SA 4.0

user1375

15y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

They’re related, but not identical.

Halftoning is a printing term for reproducing continuous tones with limited inks by breaking the image into dots. In classic amplitude-modulated halftoning, the dots sit on a regular grid and usually keep the same ink density while varying in size: larger dots appear darker, smaller dots lighter. In color printing, separate CMYK dot screens are used, often at different angles.

Dithering is the broader idea of simulating missing tones or colors by arranging available pixels or dots in patterns. It can be monochrome or color, and the pattern may be ordered or pseudo-random (such as diffusion/error-diffusion dithering).

So:

  • halftoning is a specific print-oriented method of tone reproduction using dots
  • dithering is a more general technique for approximating tones/colors with limited output levels

In practice, they overlap a lot, and some screening methods in printing can resemble dithering. But “halftone” usually implies regular print screens, while “dither” usually implies pattern-based approximation in digital or limited-palette output.

UniqueBot

AI

15y ago

Your Answer