Since 2010 · Powering 2M+ tool runs every month
Since 2010
Add to Chrome

My Toolbox

Automatic Mode

No saved tools yet.

Go Premium
Related tools
Image Background Color ChangerRound Corner Image GeneratorAdd Drop Shadow to ImageImage ResizerAdd Text to ImageTransparent Background Maker
Home Page > Miscellaneous > Image Tools

Image Opacity Changer

Set any image to the opacity you want and export it as a transparent PNG. Slide from 0 to 100%, or fade it out with a linear, radial or edge gradient, and preview the result on white, black or any color before you download.

Free to useNo sign-up requiredInstant Results
Image Opacity ChangerTry it now — free ▼
🔒 Nothing is uploaded. Your picture is decoded, re-alpha’d and saved by this browser tab alone — no server, no account, no AI service.

Drop an image here

or tap to choose a file, or press Ctrl+V to paste one. PNG logos keep the transparency they already have.

🌗 Choose Image
JPG · PNG · WebP · GIF · BMP — processed on your device
Working…
Preview on:

The backdrop is preview only — it is never exported. Switch it to the background your image will really sit on, because the same opacity reads very differently on white and on black.

Opacity ladder — click a thumbnail to apply that level to the full image.

🌗 Opacity

100% alpha 255 / 255

Only the alpha channel changes. Red, green and blue are left exactly as they were, so the edit is fully reversible.

🎚 Fade shape

Even applies one opacity to the whole image. The other three ramp it across the picture with a smoothstep curve.

⬇ Download

PNG keeps the alpha channel and is saved at the original resolution.

Embed Image Opacity Changer Widget

About Image Opacity Changer

The Image Opacity Changer takes any picture and rewrites its alpha channel so the whole image becomes semi-transparent at exactly the percentage you choose — then hands it back as a PNG that stays transparent wherever you paste it. Because opacity has no look of its own, the preview sits on a backdrop you can switch between a checkerboard, white, black and any color you like, and a ladder of live thumbnails shows several opacity levels on your own image at once. Everything runs inside this browser tab; the file is never uploaded.

100% opacity alpha 255 55% opacity alpha 140 20% watermark alpha 51 linear fade 255 → 0

Opacity is stored as one byte per pixel. 100% is alpha 255, 55% is alpha 140, and a fade is nothing more than that byte sliding down across the picture while the colors stay exactly where they were.

What Makes This Opacity Changer Different

🎛 Backdrop switcherA 40% image looks nothing alike on white, on black and on a colored page. Flip the preview backdrop without touching the exported pixels and judge the opacity where it will really live.
🪜 Opacity ladderSix live thumbnails of your own image at 10, 25, 40, 60, 80 and 100%. Click one to apply it — picking an opacity is a visual decision, so the tool shows the options.
🌗 Gradient fadesLinear with a free angle, radial from the centre, or an even feather on all four edges — each with its own fade width and minimum opacity.
🧩 Keeps existing transparencyA cut-out PNG stays cut out. New alpha is the old alpha multiplied by your setting, so nothing is quietly filled in with white.
🔢 Exact alpha readoutType a precise percentage and see the alpha byte it writes, from 0 to 255. Useful when a design spec asks for a specific value.
🔒 Nothing is uploadedDecoding, alpha rewriting and re-encoding all happen in your browser through canvas, at the image's original resolution.

How to Use the Image Opacity Changer

  1. Open your image: drop a JPG, PNG, WebP or GIF onto the upload area, tap to browse, or press Ctrl+V to paste one. The picture is decoded in the browser and never uploaded.
  2. Set the opacity: drag the Opacity slider, type an exact percentage, or click one of the thumbnails in the opacity ladder to see each level on the real image.
  3. Choose the preview backdrop: switch the backdrop between checkerboard, white, black or your own color so you judge the opacity against the background the image will actually sit on.
  4. Add a fade if you want one: pick Linear, Radial or Edge feather to ramp the transparency across the picture, then set the fade angle, fade width and minimum opacity.
  5. Download the result: keep PNG or WebP to preserve the alpha channel and download the image at its original resolution, or pick JPG and choose the color the transparency is flattened onto.

Which Opacity Should You Pick?

These are the values that keep coming up in real work. Every one of them is a starting point, not a rule — set the preview backdrop to something close to your final background before you commit.

JobOpacityAlpha byteWhy
Logo watermark on photos15–30%38–77Findable if someone looks, invisible if they do not.
Text watermark25–40%64–102Thin strokes lose contrast faster than solid shapes.
Background image behind text10–20%26–51Keeps body text at a readable contrast ratio.
Ghosted “before” layer or onion skin35–50%89–128Both layers stay legible at the same time.
Disabled or inactive UI state40–60%102–153The common convention for greyed-out controls.
Soft overlay on a hero banner60–80%153–204Tints the photo without hiding it.

The Three Fade Shapes

  • Linear ramps the opacity along one direction, set by the Fade angle. At 90° the image fades downward, which is the classic way to blend a photo into the page below it. Fade width decides how much of the picture the ramp occupies: a narrow 25% keeps most of the image solid, while 100% fades the whole thing edge to edge.
  • Radial keeps the centre solid and fades outward in an ellipse, so a subject stays sharp while the surroundings dissolve. This is the shape you want for a soft vignette or a circular avatar that has no hard rim.
  • Edge feather fades in evenly from all four sides. Because the fade tracks distance from the nearest edge, a wide picture and a tall picture get the same visual border thickness — handy when a set of images has to look consistent.

All three ramps use a smoothstep curve rather than a straight line. A linear alpha ramp actually looks like it has a hard start and stop, because the eye is very good at spotting a discontinuity in the rate of change; smoothstep eases in and out and reads as a genuine dissolve.

Where People Use It

  • Watermarks: drop a logo to 20%, export as PNG, and drop it on top of photos in any editor without redoing the transparency each time.
  • Slide and document backgrounds: a photo at 12% behind a text block gives depth without pushing the contrast ratio below the accessibility threshold.
  • Web and app design: pre-baked semi-transparent assets for overlays, disabled states and hover layers, ready for CSS that has no opacity of its own.
  • Video and streaming overlays: OBS and similar tools composite PNG alpha directly, so a 35% badge sits on the stream without a separate filter.
  • Print and craft: faded photo backgrounds for invitations, scrapbooks and certificates, saved at the original resolution so nothing is resampled.
  • Ghosted comparison shots: fade one exposure over another to line up an architectural or product photo.

Opacity, Transparency and Alpha — the Same Thing Seen Three Ways

An RGBA pixel carries four bytes: red, green, blue and alpha. Alpha is a coverage value, not a color — it says how much of what is behind this pixel should show through. Opacity is that value written as a percentage, and transparency is its complement, so 30% opacity, alpha 77 and 70% transparency all describe the same pixel. This tool works on the alpha byte directly and never touches red, green or blue, which is why lowering the opacity and then raising it again returns the original colors exactly.

One consequence worth knowing: canvas ImageData is stored un-premultiplied, meaning the color channels keep their full values and alpha is held separately. Some image pipelines premultiply instead, storing color already scaled by alpha, and that is where repeated opacity edits slowly darken the edges of an image. Working un-premultiplied is what keeps this operation exactly reversible.

Choosing an Export Format

FormatKeeps opacityBest for
PNGYes, 8-bit alpha, losslessThe safe default. Watermarks, logos, anything that will be re-edited.
WebPYes, and roughly 25–35% smallerWeb pages and apps, where every current browser supports it.
JPGNo alpha channel at allOnly when the result sits on one known solid color, which you pick as the flatten color.

Getting a Cleaner Result

  • Match the backdrop to reality first. Choosing 25% on a checkerboard and then placing the image on a dark page is the most common reason a watermark comes out unreadable.
  • Use the ladder before the slider. Seeing six levels of your own picture side by side settles the decision faster than nudging a slider and trying to remember what the last value looked like.
  • Fade widths above 80% look like a mistake. Keeping a solid core of at least 20% gives the eye something to anchor on.
  • Raise the minimum opacity for text. A fade that reaches 0 will make part of a caption vanish; a floor of 15–25% keeps it faint but legible.
  • Export PNG when in doubt. It is lossless, universally supported, and the only one of the three that never surprises you later.

Privacy

Decoding, alpha rewriting and re-encoding all happen in your browser through the HTML5 canvas API. No image bytes are sent to miniwebtool or to any third party, nothing is stored, and the page keeps working after you go offline. That matters for exactly the files people most often want to watermark: unreleased product shots, client artwork and personal photos.

Frequently Asked Questions

How do I change the opacity of an image?

Open the picture, drag the Opacity slider to the percentage you want, and download it as PNG. The tool rewrites the alpha channel of every pixel, so 40% opacity stores an alpha value of 102 out of 255 while the red, green and blue channels stay untouched. Nothing is baked onto a white background, which means the file stays genuinely semi-transparent wherever you place it.

Why does my transparent image look solid again?

Almost always because it was saved as JPG. The JPG format has no alpha channel, so every transparent pixel has to be flattened onto some color when the file is written. Choose PNG or WebP instead and the transparency survives. If a PNG still looks solid, check that the program you opened it in composites transparency rather than showing it on an opaque white canvas.

What opacity should I use for a watermark?

For a logo watermark over photos, 15% to 30% is the usual range: readable when someone looks for it, quiet enough not to fight the picture. Text watermarks need a little more, around 25% to 40%, because thin strokes fade faster than solid shapes. Set the preview backdrop to a color close to your photos before deciding, since the same watermark reads much stronger on white than on a dark image.

Does lowering the opacity reduce image quality?

Changing opacity only writes the alpha channel and leaves the color channels exactly as they were, so no detail is lost in the operation itself. Any quality change comes from the file format you export to: PNG and lossless WebP re-encode without loss, while JPG re-compresses the picture and also discards the transparency. Export PNG when the image will be re-edited later.

Is my image uploaded to a server?

No. The file is decoded, given its new alpha channel and re-encoded by your own browser through the canvas API, so the pixels never leave your device and no copy is stored anywhere. The page keeps working if you go offline after it has loaded, which makes it safe for unreleased artwork, client logos and personal photos.

Reference this content, page, or tool as:

"Image Opacity Changer" at https://MiniWebtool.com/image-opacity-changer/ from MiniWebtool, https://MiniWebtool.com/

by miniwebtool team. Updated: Sep 25, 2026

Image Tools:

Top & Updated:

Circle Crop ImageAdd Border to ImageImage to SVG TracerView all →
Home Page > Miscellaneous > Image Tools > Image Opacity Changer