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.

AspectPhotoshopGIMP
Multi-filter workspaceFilter Gallery — one dialog, live combined previewNo direct equivalent — filters applied sequentially, one at a time
Reordering a stackDrag filters within the Filter GalleryUndo and reapply in a different sequence
Stack stays editable as a wholeYes, as one Smart Filter entry (on a Smart Object)Only per-filter, and only before further edits (per Ch.4)
Document your filter recipe for consistency
A stack that took real trial and error to get right — say, the specific sharpen → grain → vignette order and settings used for a client's product line — is worth writing down explicitly (filter names, order, and settings), not just left as a memory of "what felt right." This matters directly for Chapter 7's batch processing: a documented, repeatable recipe is exactly what a batch script needs to encode, and a recipe that only exists as a vague memory can't be reliably automated or reproduced on the next hundred images.
More filters stacked isn't automatically a better result
Each additional filter compounds both processing time and visual risk — stacking two or three sharpen-family filters, for instance, doesn't multiply sharpness usefully; it tends to produce harsh, artificial-looking edge halos well past the point of looking intentional. The same caution against "more is automatically better" applies here that this site has already met with lighting setups, animation keyframes, and EQ/compression settings elsewhere: a filter stack should be judged by whether the final result looks right, not by how many filters went into producing it.

Hands-On Exercises

Exercise 1

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 solution
Exercise 2

Explain 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 solution
Exercise 3

A 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 solution

Chapter 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)