How to make an image background transparent
Transparency needs the right file format and a real cut-out. What works for photos of people, what works for logos and why a JPG can never be transparent.
A transparent background lets an image sit on any colour: a photo of a person on a slide, a logo on a coloured header, a product on a web page. It takes two things and people often have only one of them. The image has to be in a format that can store transparency and the background pixels have to actually be removed.
The format part
JPG can’t store transparency at all. Save a transparent image as JPG and the empty areas are filled with white or black. PNG, WebP, GIF and SVG can all store it. So a transparent image needs to end up as a PNG or WebP and that is the format to ask for when someone sends you a logo.
Converting a JPG to PNG, for example with JPG to PNG, keeps the background exactly as it was. It is the right step for editing, but it doesn’t remove anything.
The cut-out part: photos of people
For people, remove background finds the person and makes everything else transparent, keeping fine detail such as hair. Download the transparent PNG or choose a solid colour instead. The full walkthrough is in how to remove the background from a photo.
For a round profile picture or team photo, the circle crop makes the corners outside the circle transparent, which is often all that is needed.
The cut-out part: logos and graphics
A logo saved as a JPG on white is harder than it looks, because the edges of the shapes blend into the white and simply deleting white pixels leaves a pale fringe. The best fix is to get the original file: logos are almost always designed as PNG or SVG with transparency. If only a JPG exists, a designer can redraw it cleanly.
Checking it worked
Open the file in a browser tab. If the page colour or a checkerboard shows around the subject, it is transparent. If you see a solid white box, it was saved as JPG or the background wasn’t removed. On the web, keep transparent images as PNG or WebP; see why images save as WebP for how browsers handle the second.
For a related next step see Why does my transparent PNG have a black background?.
Common questions
Why is my transparent image showing a white or black background?
Either it was saved as JPG, which has no transparency and fills the empty area with a colour or the program showing it draws its own background behind transparent areas. Open it in a browser tab to check; a checkerboard or the page colour showing through means it really is transparent.
Does converting a JPG to PNG make it transparent?
No. The conversion keeps every pixel, including the white background, so you get a PNG with a white background. Something has to decide which pixels are background and remove them.
Which formats support transparency?
PNG, WebP, GIF, SVG and AVIF. JPG and BMP don’t. For photos and logos on the web, PNG and WebP are the usual choices.
How do I get a transparent version of a company logo?
Ask whoever made it for the original PNG or SVG. Logos are almost always designed with transparency and a clean original beats any cut-out made from a JPG copy.