ADVANCED COMPOSITING & RETOUCHING - Chapter 5, Exercise 1 Why a Single Clone Stamp Pass Struggles With Tone Without Losing Texture ==================================================================================== QUESTION: 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. SOLUTION / EXPLANATION: An unseparated image has tone and texture mixed together in the exact same pixels - there's no way to touch one without also touching the other, because they aren't stored separately at all. When the Clone Stamp samples pixels from a clean area and paints them over a blotchy one, it's copying BOTH the clean area's tone AND its texture at once. If the blotchiness is smoothed away enough to actually fix the uneven color, the natural texture (pores, fine skin detail) gets flattened along with it, because that texture lived in the exact same pixel data being edited. This is exactly why heavy Clone Stamp/Healing work produces the recognizable over-smoothed, "plastic" look - the tool has no way to distinguish "the part of this pixel that's unwanted tone unevenness" from "the part of this pixel that's wanted real texture." Frequency separation solves this by physically splitting those two kinds of information into two separate layers before any retouching begins. The Low Frequency layer is built by blurring away all fine texture, leaving only the broad tone and color. The High Frequency layer holds only the fine texture detail that the blur removed, with no tone information mixed in at all (it's essentially a map of "how far does this pixel deviate from the smoothed average nearby"). Once separated, a retoucher can smooth blotchy tone directly and only on the Low Frequency layer - there's no texture there to accidentally damage, since it's already been removed to the other layer. And texture-level fixes (a scar, an unwanted crease) can be made directly and only on the High Frequency layer, with zero effect on the underlying tone, since tone isn't present there either. Each layer contains only the one kind of information that needs fixing, so there's nothing left to trade off against. -------------------------------------------------------------------------- WHY THIS WORKS AS AN ANSWER: It explains specifically why tone and texture are inseparable within a single pixel on an unseparated image, connects that directly to why over-retouching produces the plastic look, and then explains precisely how the Low/High split removes the tradeoff by physically isolating each kind of information into its own layer.