How to Remove an Image Background Using Preview on macOS

When you possess a flat raster image (like a JPEG or PNG logo) on a macOS workstation, and it is surrounded by a solid white or colored geometric block, you cannot seamlessly inject it into a presentation or web architecture. To force the native macOS Core Graphics engine to execute a violent pixel extraction and strip away the solid background—creating an absolute alpha-channel transparency—you must deploy the Instant Alpha protocol within the Preview application.

Executing the Instant Alpha Matrix

The Preview engine contains a highly sophisticated pixel-matching algorithm. It allows you to target a specific hex-color coordinate (like the white background) and mathematically select all contiguous pixels sharing that exact chromatic signature for immediate deletion.

  1. Locate your target image file in Finder and double-click to open it natively in Preview.
  2. Look at the absolute top menu bar. Click the View menu and select Show Markup Toolbar (or execute the hotkey: Shift + Cmd + A).
  3. On the extreme left side of the newly spawned Markup Toolbar, locate the Instant Alpha icon (it visually resembles a magic wand). Click it to arm the targeting system.

Deploying the Transparency Excision

  1. Move your cursor over the solid background you wish to destroy.
  2. Click and HOLD your mouse button down. Slowly drag the cursor. The Core Graphics engine will render a bright red, geometric overlay across the image. This red zone mathematically represents the pixels targeted for deletion.
  3. Adjust the drag radius until the red overlay perfectly encapsulates the entire background, but stops exactly at the boundary of your primary subject.
  4. Release the mouse button. The engine converts the red overlay into a pulsing, dashed selection box (the “marching ants”).
  5. Press the Delete (Backspace) key on your keyboard.
  6. The exact millisecond you press Delete, the engine violently strips the targeted pixels. If your original file was a JPEG (which cannot mathematically support alpha channels), Preview will spawn a modal asking to convert the file to a PNG. Click Convert.
  7. The background is now completely transparent, represented by a dark grey void. Press Cmd + S to permanently lock the new geometric structure.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.