Skip to main content

Moving, Adding, and Subtracting Selections

Combining and refining selections to build exactly the shape you need

In This Lesson

Building Complex Selections

So far you've made single selections with the geometric tools — one rectangle, one ellipse at a time. But real subjects rarely match a single simple shape. A window frame, a figure-eight, a doughnut, a person with a gap under one arm: these need selections combined from several pieces, and often trimmed afterward.

The good news is that GIMP lets every selection tool cooperate. Instead of replacing what you had, a new selection can add to, subtract from, or intersect with the existing one. Master these combination modes — plus how to move and refine a selection after you've drawn it — and you can build any shape, no matter how irregular, from simple parts.

🎨 The Idea in One Picture

Picture selecting a slice of toast with a bite taken out. You'd draw the rectangle of the toast (Replace), then switch to Subtract and draw an ellipse over the bite. What remains is the exact irregular shape — built from two ordinary selections.

The Four Selection Modes

Every selection tool's Tool Options panel begins with four mode buttons. The active mode decides what happens when you make a new selection while one already exists:

ModeIconResult
Replacesingle squareDiscards the old selection and starts fresh (the default)
Addtwo squares, +Unites the new selection with the existing one
Subtracttwo squares, Removes the new area from the existing selection
Intersectoverlapping squares, Keeps only where the new and old selections overlap
flowchart LR A[Existing selection] --> B{Mode?} B -->|Replace| C[New shape only] B -->|Add| D[Old plus new] B -->|Subtract| E[Old minus new] B -->|Intersect| F[Overlap only]

The four modes decide how a new selection combines with what you already have.

You can click the mode buttons in Tool Options before drawing, but in practice most people leave the mode on Replace and reach for a keyboard modifier instead — which is faster and works mid-selection.

Using Keyboard Modifiers

Rather than clicking a mode button each time, hold a modifier key as you begin a new selection. The tool switches to that mode for just that action, then returns to Replace:

Hold…then start selecting
ShiftAdd to the current selection
CtrlSubtract from the current selection
Shift + CtrlIntersect with the current selection

⚠️ Press the Modifier First, Then Release Carefully

Hold the modifier before you click to start the new selection — that's what sets the mode. You can let go of the key once you've begun dragging. Also note the same Shift/Ctrl keys constrain proportions or select-from-center on some tools; the mode behavior is triggered by holding the key at the moment you start the new selection over an existing one.

These modifiers work across all selection tools and let you mix them freely — start a shape with the Rectangle tool, Shift-add an ellipse, then Ctrl-subtract a freehand area, all in one combined selection.

Moving a Selection vs. Moving Content

A common beginner surprise: there are two completely different "moves," depending on whether you want to reposition the outline or the pixels inside it.

Moving just the selection outline

  • With a selection tool active, click and drag from inside the marching ants — the outline moves, the image underneath does not.
  • Nudge it precisely with the arrow keys (one pixel at a time).
  • This is how you reposition a selection you drew slightly off-center, without disturbing the photo.

Moving the selected pixels

  • Switch to the Move tool (M). Dragging the selected area now lifts those pixels, creating a floating selection you can reposition.
  • Or Float the selection first (Select → Float, Shift+Ctrl+L) and then move it.
  • When you move content, it leaves a hole (filled with the background color or transparency) behind it.

💡 Outline First, Then Commit

Get the outline exactly where you want it before you ever move pixels. Repositioning the marching ants is non-destructive; moving content is a real edit that leaves a gap behind. Nail the selection, then act on it.

Refining with the Select Menu

Once a selection exists, the Select menu offers commands to adjust it as a whole — no redrawing required. The essentials:

CommandShortcutWhat it does
AllCtrl+ASelects the entire layer
NoneCtrl+Shift+AClears the selection (deselect everything)
InvertCtrl+ISwaps selected and unselected areas
Grow / ShrinkExpands or contracts the edge by a set number of pixels
BorderTurns the selection into a band of a given width
FeatherSoftens the edge for a gradual transition
SharpenRemoves feathering for a crisp, hard edge

💡 Select the Opposite, Then Invert

It's often far easier to select the background — say a plain sky behind a subject — and then hit Ctrl+I to invert. You end up with the subject selected, having done a fraction of the tracing work.

Floating Selections and Anchoring

When you move selected pixels, or paste something (Ctrl+V), GIMP creates a temporary floating selection — a hovering layer-in-waiting that sits above everything until you decide where it belongs. You'll see it named "Floating Selection" at the top of the Layers dialog.

You must resolve a floating selection in one of two ways before continuing:

  • Anchor it (Layer → Anchor Layer, Ctrl+H) to drop it permanently onto the layer beneath.
  • Promote it to its own layer (Layer → To New Layer) to keep it independent and editable.

⚠️ "Why Can't I Do Anything?"

If tools suddenly seem stuck or edits only affect a small pasted area, you almost certainly have an unanchored floating selection. Check the Layers dialog — anchor it (Ctrl+H) or turn it into a new layer, and normal editing resumes.

Practice Activities

Activity 1: Build a Doughnut

On a new document, use the Ellipse tool in Replace mode to select a large circle, then hold Ctrl and draw a smaller ellipse in its center to subtract it. Fill the result to confirm you made a ring from two ordinary selections.

Activity 2: Combine Tools

Select a rectangle, then Shift-add an ellipse overlapping one corner, then Ctrl-subtract a freehand area. Notice how modifiers let every tool contribute to one selection.

Activity 3: Move Outline vs. Content

Draw a selection, drag it from inside with a selection tool (outline moves), then switch to the Move tool and drag again (pixels move, leaving a hole). Observe and compare the two behaviors.

Activity 4: Select-and-Invert

Open a photo of a subject on a plain background. Select the background, press Ctrl+I to invert onto the subject, then copy and paste it onto a new background — anchoring or promoting the floating selection.

Common Mistakes and Troubleshooting

Problem: A new selection wipes out the one I just made.

Likely Cause: The tool is in Replace mode (the default).

Solution: Hold Shift to add or Ctrl to subtract as you start the new selection, or set the mode in Tool Options first.

Problem: Dragging inside my selection moved the whole layer's image.

Likely Cause: The Move tool was active, so you moved content, not the outline.

Solution: To move only the outline, use a selection tool and drag from inside the marching ants, or nudge with the arrow keys.

Problem: My edits only affect a small floating region and nothing else works.

Likely Cause: An unanchored floating selection from a move or paste.

Solution: Anchor it with Ctrl+H or promote it via Layer → To New Layer.

Summary

In this lesson you learned to combine and manage selections rather than draw them one at a time:

  • Four modes — Replace, Add, Subtract, Intersect — control how a new selection joins an existing one.
  • ModifiersShift adds, Ctrl subtracts, Shift+Ctrl intersects — and work across every selection tool.
  • Moving the outline (selection tool, drag inside) is different from moving the pixels (Move tool / Float).
  • The Select menu refines a selection — All, None, Invert, Grow, Shrink, Border, Feather, Sharpen.
  • Moves and pastes create a floating selection you must anchor (Ctrl+H) or promote to a new layer.

Coming Up Next

Next we move into GIMP's freehand selection tools — the Free Select and Intelligent Scissors tools — which trace irregular, organic shapes that geometric selections can't capture. Everything you learned here about combining and refining applies directly to them.

Further Resources