JPG / WebP → PNG
Re-encode JPG, WebP, GIF, BMP, or any image the browser can decode as PNG. Useful when a downstream tool wants PNG specifically, or when you need lossless output for further editing.
Drop image files here
JPG / WebP / GIF / BMP / SVG · multiple allowed
When to use this tool
Use PNG when you need lossless output (no recompression artefacts), when transparency matters, or when a downstream tool requires PNG. Note: converting a JPG to PNG won't recover detail lost during the original JPG compression — it just stops adding more.
Step by step
- Drop the source images.
- Click Convert.
- Each result downloads as
name.png.
Use cases
- Tooling that requires PNG. Some image-processing tools accept only PNG.
- Stop further compression. If you'll edit and re-save many times, PNG avoids cumulative JPG artefacts.
- Add transparency later. First convert to PNG, then use Background to remove a colour.
- Format normalisation. Bulk-convert a mixed folder so every file ends in
.png.
FAQ
Does this restore quality lost in JPG compression?
No. Lossy compression is irreversible. The PNG encodes the JPG's pixels exactly, but the original detail is gone.
What about EXIF / metadata?
Stripped on conversion. PNG doesn't share the same metadata containers as JPG. Use the inspector on the source first if you need to read it.