Background Removal with PNG Output
This tool removes the background from your image and saves the result as a PNG with full alpha channel transparency. PNG is the right output format because it preserves the transparency data that JPEG cannot store. Every pixel in the background gets an alpha value of 0, while the subject retains alpha 255.
Why PNG for Transparency
JPEG compression discards the alpha channel entirely. If you remove a background and save as JPEG, the transparent areas become white and the transparency is permanently lost. PNG preserves the alpha channel losslessly, meaning you can composite the image over any background without artifacts.
File Size Considerations
PNG files are larger than JPEG equivalents because PNG uses lossless compression. A 300KB JPEG portrait may produce a 1.5 to 3MB PNG after background removal. For web use, convert to WebP using the Image Converter. WebP supports transparency with files 25 to 35 percent smaller than PNG. Browser support is above 97 percent globally.
Resolution and Quality
The AI model processes images at 320x320 pixels internally, then scales the mask back to your original resolution. A 4000x3000 photo produces a higher-quality edge than a 400x300 thumbnail. For best results, use the highest resolution version of your image.
Batch Processing
Process images one at a time. The AI model caches after the first image, so subsequent images process in 1 to 3 seconds each. For format conversion of the resulting PNGs, the Image Converter supports batch processing of up to 20 files.