Layers: Non-Destructive Stacking

Raster Editing Fundamentals

Chapter 4 · Layers: Non-Destructive Stacking

Chapter 3 covered how to restrict where an edit applies. This chapter covers a genuinely different foundational concept — keeping different pieces of content on separate, independently editable layers, rather than merging everything into one permanent, flattened image.

The Core Idea: Layers Are Independent, Stackable Sheets

A layer works like a transparent sheet stacked on top of others — each one holds its own content, editable, movable, or deletable entirely independently, without affecting any layer above or below it. This is the direct opposite of a flattened, single-layer image, where everything has already been permanently merged into one and can no longer be separated.

Layer Order & Stacking

Layers stack top-to-bottom in a panel or dialog, and whatever is higher in that stack visually covers whatever sits below it — exactly like physical transparent sheets laid on top of each other. Reordering layers directly changes what's visible in the final image.

Opacity

A layer's own opacity setting controls how much of whatever's beneath it shows through — 100% is fully opaque, 0% is fully invisible. This is distinct from a layer mask's own selective transparency (Chapter 5): opacity affects the entire layer uniformly, while a mask can make different parts of the same layer transparent by different amounts.

Blend Modes

A layer can combine with whatever's beneath it using math well beyond simple opacity. Three of the most commonly used starting points: Multiply (darkens), Screen (lightens), and Overlay (increases contrast). This blend-mode math is genuinely identical in both Photoshop and GIMP — these are standard, well-defined compositing operations, not something proprietary to either tool.

Layer Groups/Folders

Many layers can be organized into a collapsible group — Photoshop's own Groups, GIMP's own Layer Groups — genuinely useful once a project accumulates dozens of individual layers and the panel itself starts becoming hard to navigate.

ConceptPhotoshopGIMP
Layer panelLayers panelLayers dialog
Opacity controlOpacity slider (Layers panel)Opacity slider (Layers dialog)
Blend modesBlend mode dropdownMode dropdown
Organizing many layersGroupsLayer Groups
Where this leads directly next
This chapter's own opacity setting affects a layer uniformly, everywhere at once. Chapter 5's own layer masks build directly on that same idea, but let visibility vary by area instead — hiding part of a layer while keeping the rest fully visible, all without touching the layer's own uniform opacity setting at all.
Flattening early to save file size is a common, regrettable habit
Flattening merges every layer into one, permanently discarding the ability to adjust any individual layer afterward. A genuinely common, frustrating scenario: a client or stakeholder requests "just one more small change" after the file was already flattened to save disk space, with no way left to isolate and adjust the one element that needs changing. Standard practice is keeping every layer intact throughout the entire editing process, flattening — or better, exporting a separate flattened copy — only at the very final step, once no further changes are expected.

Hands-On Exercises

Exercise 1

A project has a background layer, a text layer, and a logo layer stacked in that order (background at the bottom). Explain what would happen visually if the text layer were moved below the background layer in the stack.

📄 View solution
Exercise 2

Explain the practical difference between setting a layer's own opacity to 50% versus applying a layer mask that makes exactly half of that same layer fully transparent and the other half fully visible.

📄 View solution
Exercise 3

A designer flattens a multi-layer poster design immediately after finishing a first draft "to keep the file small," then a client asks for the logo to be repositioned two days later. Using this chapter's own warning box, explain the problem this creates and what the designer should have done instead.

📄 View solution

Chapter 4 Quick Reference

  • Layers are independent, stackable sheets — editable separately, unlike a flattened image
  • Stack order determines visibility — higher layers cover lower ones
  • Opacity affects a whole layer uniformly; a mask (next chapter) varies by area instead
  • Blend modes (Multiply, Screen, Overlay) use identical, standard compositing math in both tools
  • Keep layers intact throughout editing — flatten only at the very final step, ideally as a separate exported copy