How to Make a Layer Transparent in GIMP

By Henrick August 20, 2026 3 min read Layers, Selections & Masks

In GIMP, "making a layer transparent" can mean two different things: reducing the overall opacity of the entire layer (like turning down the dimmer on a light), or enabling the layer to have transparent areas where you erase or cut. Both are simple, but they require different steps.

Reducing Overall Layer Opacity

To make the whole layer semi-transparent (every pixel becomes partially see-through):

  1. Click the layer in the Layers panel.
  2. Find the Opacity slider at the top of the Layers panel.
  3. Drag it left to reduce opacity. 100% = fully opaque, 0% = invisible, 50% = half transparent.

This is useful for overlays, watermarks, shadows, and blending effects. The layer still exists and is fully editable - opacity is just a display property. Reducing opacity does not change any pixels.

Adding an Alpha Channel for Transparent Areas

By default, GIMP's background layer does not support transparency. If you try to erase the background, it fills with the background color instead of becoming transparent. To fix this, you need to add an alpha channel:

  1. In the Layers panel, right-click the layer.
  2. Choose Add Alpha Channel.

The layer name in the panel may change slightly, and the background of the layer thumbnail will show a checkerboard pattern in transparent areas once you erase content.

How to tell if a layer already has an alpha channel: Right-click the layer in the Layers panel. If "Add Alpha Channel" is greyed out, the channel already exists. If it is clickable, it does not.

The alpha channel is what makes transparent backgrounds possible. This is covered in depth in the alpha channel guide, which also explains why it must be added before erasing works properly.

Erasing Parts of a Layer

Once the alpha channel is added, use the Eraser tool to make specific areas transparent:

  1. Press Shift+E to activate the Eraser tool.
  2. Paint over areas you want to make transparent. Erased areas show as a grey checkerboard pattern - that is transparency.

Eraser options in Tool Options:

  • Hard edge: Creates sharp, pixel-precise transparent areas.
  • Soft (feathered) brush: Creates gradual fade-out at the edges for natural-looking transparency.
  • Opacity in Tool Options: At 50%, each stroke partially erases rather than fully - useful for gradual transparency effects.

For precise transparency shapes (circles, rectangles, paths), make a selection first, then delete with Delete key instead of painting with the Eraser.

Exporting Transparent Layers as PNG

JPEG does not support transparency - it will fill transparent areas with white. Always export transparent images as PNG:

  1. Go to File > Export As.
  2. Change the filename extension to .png.
  3. Click Export. In the PNG options, leave the default settings and click Export again.

The exported PNG will preserve all transparent areas exactly as they appear in GIMP. Do not use Flatten Image before exporting - that would fill transparency with white before the PNG is saved.

Quick Recap

  • Overall layer transparency: Opacity slider in the Layers panel
  • Partial transparency (erasing): right-click layer > Add Alpha Channel, then erase
  • Export transparent images as PNG, not JPEG
Tags: Gimp transparency layers

Share this article:

Twitter / X Facebook

Related Articles