Frequency Separation

Advanced Compositing & Retouching

Chapter 5 · Frequency Separation

This course's own Chapter 1 named frequency separation as the professional evolution of Raster Editing Fundamentals' Clone Stamp and Healing tools — the same underlying goal (smooth an imperfection, keep it looking real) approached with more precision. This chapter covers the actual technique in full: separating a single image into two independent layers, one holding color and tone, one holding fine texture, so each can be retouched without disturbing the other.

The Core Idea

A photographed skin (or any richly textured) surface carries two kinds of information mixed together: tone — the broad, slow-changing color and lighting across the surface (blotchiness, shadows, uneven color) — and texture — the fine, fast-changing detail (pores, fine wrinkles, fabric weave). A single Clone Stamp or Healing Brush pass edits both at once, which is exactly why heavy-handed retouching often produces the tell-tale "plastic," over-smoothed look: it can't fix uneven tone without also softening away the fine texture that made the surface look real. Frequency separation splits the two apart into independent layers, so tone can be smoothed while texture stays completely untouched, and vice versa.

Building the Two Layers

  1. Duplicate the base image layer twice, producing two identical copies stacked on top of the original.
  2. On the first duplicate, apply a strong Gaussian Blur — enough to erase fine texture entirely, leaving only broad tone and color. This becomes the Low Frequency layer.
  3. On the second duplicate, mathematically subtract the blurred Low Frequency layer from it, leaving only what the blur removed — the fine texture detail. This becomes the High Frequency layer, typically rendered as a mid-gray image where brighter or darker deviations from gray represent texture detail.
  4. Set the High Frequency layer's blend mode to Linear Light. Viewed together, the Low and High layers reconstitute the original image exactly — this is a genuinely reversible split, not an approximation.

Retouching Each Layer

With the split built, retouching becomes deliberately layer-specific:

  • On the Low Frequency layer — smooth blotchy or uneven tone and color with a soft brush, the Clone Stamp, or the Healing Brush, working at low opacity. Because this layer holds no fine texture at all, there's nothing to accidentally soften away.
  • On the High Frequency layer — remove or duplicate texture-level imperfections (a scar, a deep wrinkle, a blemish's raised texture) using the Clone Stamp or Healing Brush set to sample and blend using Linear Light, working directly on the texture data without touching the tone underneath at all.

Photoshop's Workflow: Apply Image

Photoshop builds the High Frequency layer precisely via the Apply Image dialog, which subtracts the blurred layer from the original using an Add blend mode with a Scale of 2 and an Offset of 128 — the specific formula that produces a correctly mid-gray-centered high-frequency layer, reconstitutable exactly via Linear Light. Many retouchers automate the whole multi-step setup with a saved Action (Chapter 6 covers building one).

GIMP's Approach: Wavelet Decompose

GIMP has no single built-in dialog equivalent to Apply Image for this specific purpose. In practice, GIMP retouchers rely on the community-built Wavelet Decompose script (a Script-Fu script, not a stock GIMP feature) to automate building the frequency layers — and it typically produces several scale layers rather than just two, letting you target very fine texture separately from medium-scale tone variation. The honest caveat: this script isn't part of a default GIMP install and has to be installed separately, which this course's own Chapter 9 covers directly — a real, practical difference from Photoshop's built-in Apply Image.

AspectPhotoshopGIMP
Building the splitApply Image dialog, built inWavelet Decompose script — requires separate installation
Number of frequency layersTypically 2 (Low/High)Often several scale layers
Reconstitution blend modeLinear LightSame underlying math, same blend mode concept
Retouching tools usedClone Stamp / Healing Brush, per layerClone / Heal tool, per layer — same principle
Match the blur radius to the texture scale you're separating
The Gaussian Blur radius used to build the Low Frequency layer isn't arbitrary — too small a radius leaves some real texture bleeding into the Low layer (making it impossible to smooth tone without also softening texture there), while too large a radius blurs genuine tonal transitions (like a real shadow edge) into the High layer, where they'll be mistaken for texture and can get accidentally erased. A useful starting point is a radius roughly matching the physical size of the finest texture detail you actually want preserved — pore-level detail on a portrait needs a much smaller radius than the weave of a coarse fabric.
Frequency separation is powerful, and easy to overdo
Smoothing the Low Frequency layer too aggressively — even though texture is technically untouched on the High layer — still produces an unnatural, overly even result, because real skin and most real surfaces have some genuine tonal variation that's part of what makes them look alive, not just "imperfections" to erase. This is precisely the over-retouched "plastic" look frequency separation exists to avoid, achieved by the exact same overuse of the exact same technique. It's also a heavier technique than most retouching jobs actually need — reserve it for cases (professional portrait or beauty retouching) where genuinely preserving texture while correcting tone matters, not as a default first step for every photo.

Hands-On Exercises

Exercise 1

Explain, in your own words, why a single Clone Stamp pass on an unseparated image struggles to fix uneven skin tone without also softening away real texture — and how splitting the image into Low and High Frequency layers solves that specific problem.

📄 View solution
Exercise 2

Explain what goes wrong if the Gaussian Blur radius used to build the Low Frequency layer is set far too large for the texture you're actually trying to preserve.

📄 View solution
Exercise 3

A junior retoucher smooths the Low Frequency layer as much as possible, reasoning "the texture layer is untouched, so this can't cause the plastic-skin look." Using this chapter's own warning box, explain what's wrong with that reasoning.

📄 View solution

Chapter 5 Quick Reference

  • Frequency separation splits an image into a Low Frequency layer (tone/color) and a High Frequency layer (texture), so each can be retouched independently
  • Build it: duplicate twice → blur one heavily (Low) → subtract Low from the other (High) → set High to Linear Light to reconstitute the original
  • Retouch tone on the Low layer, texture-level imperfections on the High layer, each without affecting the other
  • Photoshop: Apply Image dialog, built in. GIMP: Wavelet Decompose script — a real gap, requires separate installation (Chapter 9)
  • Match the blur radius to the actual texture scale being preserved — too small or too large both cause problems
  • Over-smoothing the Low layer still produces the "plastic" look this technique exists to avoid — it's a heavier technique, reserved for jobs that genuinely need it