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
- Duplicate the base image layer twice, producing two identical copies stacked on top of the original.
- 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.
- 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.
- 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.
| Aspect | Photoshop | GIMP |
|---|---|---|
| Building the split | Apply Image dialog, built in | Wavelet Decompose script — requires separate installation |
| Number of frequency layers | Typically 2 (Low/High) | Often several scale layers |
| Reconstitution blend mode | Linear Light | Same underlying math, same blend mode concept |
| Retouching tools used | Clone Stamp / Healing Brush, per layer | Clone / Heal tool, per layer — same principle |
Hands-On Exercises
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 solutionExplain 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 solutionA 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 solutionChapter 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