Format cheat sheet
| Format | Transparency | Compression | Best for |
|---|---|---|---|
| PNG | Yes | Lossless | Graphics, screenshots, logos |
| JPEG | No | Lossy | Photographs |
| WebP | Yes | Lossy or lossless | Modern web default |
| AVIF | Yes | Lossy | Cutting-edge production where every byte counts |
Convert between PNG, JPEG, WebP and AVIF.
Updated
Quick start
Drop an image, pick a target format, download the converted file. Nothing uploads.
Any format your browser displays — PNG, JPEG, WebP, AVIF, GIF, BMP, ICO, SVG.
WebP for modern web, AVIF for cutting-edge production, JPEG for universal compatibility, PNG for lossless.
Result appears with a size comparison. Click Download to save with the correct extension.
In-depth guide
Convert images between PNG, JPEG, WebP and AVIF in your browser. Useful for shrinking old JPEGs to WebP, rasterising an SVG to PNG, or migrating a folder of PNGs to AVIF for production. Decodes anything your browser displays, re-encodes via canvas.
| Format | Transparency | Compression | Best for |
|---|---|---|---|
| PNG | Yes | Lossless | Graphics, screenshots, logos |
| JPEG | No | Lossy | Photographs |
| WebP | Yes | Lossy or lossless | Modern web default |
| AVIF | Yes | Lossy | Cutting-edge production where every byte counts |
When to reach for it. Use it to switch between PNG, JPEG, WebP and friends to balance quality against file size.
When something else is better. Some conversions are lossy and some formats drop transparency, animation or metadata — keep the original.
The pitfall to watch. Re-saving a JPEG as JPEG compounds compression artefacts; convert from the highest-quality source you have.
Your file stays in your browser. The document or image you choose is read with the browser’s local file APIs and processed in the tab (or a Web Worker). EpitomeTool does not upload the file bytes, the file name, or the result — nothing leaves your device, so there is no “wait for upload” step and nothing to delete from a server afterwards.
No. The browser decodes the source, redraws on a hidden canvas, and re-encodes locally. The download is a Blob URL.
Anything your browser can display — PNG, JPEG, WebP, GIF, AVIF, BMP, ICO, SVG. SVG converts to raster on the way out.
PNG, JPEG and WebP work in every modern browser. AVIF encoding is supported in Chrome 85+, Edge, Firefox 113+. Safari can decode AVIF but as of late 2024 doesn't encode it via canvas.
Both modern, both replace JPEG / PNG. WebP is universally supported and saves 25-35% vs JPEG. AVIF is newer, often 30-50% smaller than WebP, but encoding support in browsers is uneven.
PNG, WebP, AVIF do. JPEG flattens onto a white background (canvas default — chosen over black for visual consistency).
Stripped on conversion. If you need colour-managed output, edit in a proper tool. Same for EXIF — use the exif-viewer tool to inspect before converting.
Keep exploring
Hand-picked utilities that pair well with the one you're on — all free, client-side, and zero-signup.
Shrink PDF file size without uploading to a server.
Body Mass Index with metric / imperial inputs and WHO category bands.
Combine multiple PDFs into one in your browser.
Split a PDF by pages or page ranges, download as zip.