1Upload the JPEG images you want cut out — a clear subject against a distinguishable background gives the model the least to guess at.
2Wait while the segmentation model predicts a per-pixel alpha matte; there is no masking for you to do by hand.
3Check the edges in the preview, particularly hair, fur, glass and motion blur, which are where any automatic matte struggles.
4Download the result as PNG or WebP so the transparency actually survives — saving a cut-out as JPG puts the white back.
Remove JPEG Background FAQ
How does Remove JPEG Background decide what is background?
+
Concretely, a U^2-Net segmentation model predicts a per-pixel alpha matte and the background is cut away — but a lossy source has soft, compressed edges, so the matte is refined afterwards, and the output has to go to a format with an alpha channel rather than back to a lossy one. There is no manual masking step — a neural segmentation model does the separation and you get a transparent result back.
How accurate is the cut-out on difficult edges?
+
Solid subjects against a distinguishable background come out excellent. Fine hair, fur, motion blur, glass and chain-link fences are where any automatic matte struggles, and where you may still want to touch up the result by hand afterwards.
Does my source format affect the quality of the matte?
+
Yes. JPEG is the same codec as JPG under a longer extension — identical DCT pipeline, identical quantisation tables, nothing about the pixels changes with the filename. Compression artefacts around a subject are exactly what a segmentation model has to disambiguate, so cleaner input gives a cleaner edge.
Anything specific to JPEG I should consider?
+
Yes — the .jpeg and .jpg extensions are the same bitstream, so nothing here behaves differently from a .jpg — only the filename changes. That shapes both what the model sees and what the output can carry.
What format should the result be saved in?
+
One with a real alpha channel — PNG or WebP. Saving a cut-out as JPG throws the transparency away and composites the subject onto white, which defeats the entire operation and is the single most common thing that goes wrong here.
Can I process a whole batch of images?
+
Yes. Every image is segmented independently, so a set of product shots can be cut out in one pass — which is normally the point, since doing it by hand is the slow part of a catalogue shoot.
What can I upload to Remove JPEG Background?
+
Anything in the lossy raster family — JPG, JPEG, JFIF and WebP — plus the lossless formats (PNG, BMP, TIFF) if you want to mix them in one batch. The format is read from the file header, not the extension, so a photo saved with the wrong suffix still goes through.
Is there a file size limit on Remove JPEG Background?
+
Yes: free accounts process images up to 25 MB each, which covers essentially every camera JPG and phone photo; the work is done by libjpeg-turbo and libwebp, the same libraries a desktop editor links against. Larger files are the one thing the free tier will stop you on, and the limit is per file rather than per batch.
Will Remove JPEG Background lower the quality of my JPEG images?
+
A lossy source is already the result of one quantisation pass, and any operation that has to re-encode adds a second. Where the job can be done without touching the pixel data we do that instead, and where it cannot you choose the quality factor yourself rather than getting a fixed default.
Can I run Remove JPEG Background on several JPEG images at once?
+
Yes. Drop the whole set into the upload area and they queue in parallel with identical settings — that is the main reason to do this in a browser rather than one file at a time in an editor. Free accounts run one file per batch; a pass lifts that.
What happens to EXIF and colour profile data?
+
Camera EXIF (ISO, shutter, lens, GPS) and the embedded ICC profile are carried across by default, because dropping the profile is what makes colours shift on re-import. Use the privacy option to strip metadata before download if you are about to publish the file.
Does Remove JPEG Background cost anything?
+
No. Remove JPEG Background is free with no account, no watermark on the output and no signup wall in front of the download. Uploads are deleted automatically a short time after the job finishes.