Selections: The Foundation of Everything
Raster Editing Fundamentals
Chapter 3 · Selections: The Foundation of Everything
Chapter 2 covered a raster canvas's own technical properties. This chapter is the first true editing concept — and arguably the single most important one in this entire course, since every other technique from here on assumes it.
The Core Idea: Nothing Happens Outside an Active Selection
Any edit tool — paint, adjustment, filter — only affects pixels within the current selection. With no selection active at all, the entire canvas is implicitly selected, which is why beginners often don't notice this rule exists until it produces confusing behavior. Understanding this one rule alone explains a huge share of "why isn't this tool doing anything" confusion in raster editing.
Basic Selection Tools
Marquee (Photoshop) / Rectangle and Ellipse Select (GIMP) — geometric shapes. Lasso (Photoshop) / Free Select (GIMP) — freehand drawing. Magic Wand (Photoshop) / Select by Color and Fuzzy Select (GIMP) — color/tone-based selection, controlled by a tolerance setting that determines how similar adjacent pixels need to be before they're included in the selection.
Combining Selections
Holding Shift adds to an existing selection; Alt/Option subtracts from it; Shift+Alt intersects the new selection with the existing one. This modifier-key logic is genuinely identical across both tools — a rare case of near-total UI parity between Photoshop and GIMP. One more related operation worth knowing: Select > Inverse (Photoshop) / Select > Invert (GIMP) flips the current selection to its exact opposite in one step — genuinely useful when it's easier to select the one thing you don't want, then invert, than to select everything you do want directly.
Feathering & Refining Edges
Feathering softens a selection's own hard edge, producing a smoother blend wherever that selection is subsequently used. This is only a first mention — Advanced Compositing & Retouching's own Chapter 2 goes much deeper into precise edge refinement using channels and Photoshop's Select and Mask workspace.
Saving & Loading Selections
A selection doesn't have to be lost the moment it's deselected — it can be saved as a reusable alpha channel, then reloaded later in the same project. Genuinely useful when a complex, time-consuming selection might need to be reused again further along in the same editing session.
| Tool | Photoshop name | GIMP name |
|---|---|---|
| Geometric selection | Marquee | Rectangle / Ellipse Select |
| Freehand selection | Lasso | Free Select |
| Color-based selection | Magic Wand | Select by Color / Fuzzy Select |
Hands-On Exercises
You need to select a sky in a photo that's mostly one continuous shade of blue, but a few clouds break it up. Which selection tool from this chapter would you reach for first, and what setting would you adjust if the initial selection missed some slightly different-toned patches of sky?
📄 View solutionA user paints with a brush tool and notices color is only appearing in a small rectangular area in the middle of an otherwise much larger canvas. Using this chapter's own material, explain the most likely cause and the fix.
📄 View solutionYou need to select everything in a photo EXCEPT a person's face, which you've already carefully selected using the Lasso/Free Select tool. Explain which modifier key combination and selection approach would let you achieve this efficiently, without redrawing the entire selection from scratch.
📄 View solutionChapter 3 Quick Reference
- The core rule: edits only affect pixels inside the active selection; no selection means the whole canvas is implicitly selected
- Marquee/Lasso/Magic Wand (Photoshop) map to Rectangle-Ellipse/Free Select/Select by Color-Fuzzy Select (GIMP)
- Shift adds, Alt/Option subtracts, Shift+Alt intersects — identical in both tools
- Selections can be saved as alpha channels and reloaded later, rather than lost on deselect
- A stuck-open, forgotten selection is one of the most common causes of "this tool isn't working"