Effect Stacking
Advanced Compositing & Retouching
Chapter 8 · Effect Stacking
Raster Editing Fundamentals' Chapter 8 covered basic filters applied one at a time. This course's own Chapter 4 covered Smart Filters — a single filter, kept editable, on a Smart Object. This chapter covers what happens once you deliberately combine several filters together as a stack: the order they're applied in, and how they interact, becomes its own decision — not just an afterthought of which filters happen to be available.
Why Filter Order Matters
The same set of filters produces genuinely different results depending on the order they're applied in, because each filter operates on whatever the image already looks like at that point in the stack — not on some fixed "original" state. Sharpening an image and then adding film grain produces crisp detail with grain sitting cleanly on top of it. Adding grain first and then sharpening instead sharpens the grain itself, exaggerating it into harsher, more visible noise. Same two filters, same settings, a genuinely different result purely from order — the same underlying principle this site has already met in layer stacking order, object stacking order, and node-graph evaluation order elsewhere.
Photoshop's Filter Gallery
The Filter Gallery is a dedicated dialog for building a multi-filter stack with a single live preview: add a filter, adjust its settings, add another on top, reorder any of them by dragging, toggle individual filters off temporarily to compare, all before committing anything. Applied to a Smart Object (Chapter 4), the entire stack built inside the Filter Gallery becomes one single Smart Filter entry in the Layers panel — reopening it brings back the full stack, still separately adjustable, exactly as it was left.
GIMP's GEGL-Based Filter Workflow
GIMP has no single dialog equivalent to the Filter Gallery for combining multiple filters into one unified, live-previewed stack. Each GEGL-based filter offers its own live on-canvas preview individually (as covered in Chapter 4), but building a multi-filter effect in GIMP means applying filters one at a time as separate, sequential operations rather than assembling them inside one shared workspace. Each individual filter remains adjustable via GEGL's on-canvas settings if reopened before any further edit is made — the same caveat about GEGL's narrower non-destructive scope already named in Chapter 4 applies here too, at a larger scale, across an entire stack rather than one filter.
| Aspect | Photoshop | GIMP |
|---|---|---|
| Multi-filter workspace | Filter Gallery — one dialog, live combined preview | No direct equivalent — filters applied sequentially, one at a time |
| Reordering a stack | Drag filters within the Filter Gallery | Undo and reapply in a different sequence |
| Stack stays editable as a whole | Yes, as one Smart Filter entry (on a Smart Object) | Only per-filter, and only before further edits (per Ch.4) |
Hands-On Exercises
Explain why applying a sharpen filter and then a grain filter produces a different result than applying the same two filters in the reverse order.
📄 View solutionExplain what happens in Photoshop if a multi-filter stack was applied inside the Filter Gallery to a Smart Object, and the retoucher later needs to remove just the middle filter from that stack. Then explain how the same change would need to be handled in GIMP.
📄 View solutionA retoucher stacks three separate sharpening filters on a photo, reasoning "if a little sharpening looks good, three passes must look three times as good." Using this chapter's own warning box, explain what's wrong with that reasoning.
📄 View solutionChapter 8 Quick Reference
- Filter order genuinely changes the result — each filter operates on whatever the stack currently looks like, not a fixed original
- Photoshop: Filter Gallery combines multiple filters into one live-previewed, reorderable stack — becomes one editable Smart Filter on a Smart Object
- GIMP: no equivalent multi-filter workspace — filters applied sequentially, each only reopenable before further edits (per Ch.4's own GEGL caveat)
- Document a working filter recipe explicitly — it's exactly what Chapter 7's batch scripts need to encode reliably
- Stacking more filters isn't automatically better — compounds both processing time and visible artifacts (e.g. sharpen halos)