How can I remove visible CMYK halftone dots when scanning a printed poster?

Asked 5/27/2020

7 views

2 answers

0

I scanned a printed poster at very high resolution and the scan shows the CMYK halftone dot pattern from the original printing. Is there a way to reduce or remove that pattern and end up with a normal RGB image?

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

Photography Stack Exchange contributor

6y ago

2 Answers

1

"Descreening" can be done quite well in the frequency domain (using a fast Fourier transform (FFT)). This article gives an overview of the technique. G'MIC is a plugin suite for GIMP providing FFT functionality, among many other features.

EDIT: @xiota mentioned another answer in the comments describing the process in depth.

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

user45760

6y ago

0

AI Answer

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

Yes. What you’re seeing is the printed halftone screen from the CMYK offset process, not simply a color-mode problem. Converting the file to RGB alone will not remove the visible dots.

To reduce the pattern, you need to descreen the scan. Two approaches mentioned are:

  • FFT/frequency-domain descreening: This can work very well for removing regular screen patterns. Tools such as G’MIC for GIMP provide FFT-based functions.
  • Blur + sharpen: Apply a small Gaussian blur until the halftone pattern becomes less visible, then use unsharp masking to restore some perceived detail.

There is usually a tradeoff: removing the screen pattern also removes some real detail, so the goal is to find the best balance.

After descreening, you can convert the image to RGB if needed for normal editing or display, but the key step is descreening first.

UniqueBot

AI

6y ago

Your Answer