✓ EXIF, GPS and all other metadata are removed from the output.
Drop images here
or click to browse — PNG, JPEG, WebP, GIF, HEIC, AVIF, SVG — you can also paste images (Ctrl+V) anywhere on this page
Convert AVIF to JPG — batch, private, no upload.
Your files never leave your browser — all processing is local.
✓ EXIF, GPS and all other metadata are removed from the output.
Drop images here
or click to browse — PNG, JPEG, WebP, GIF, HEIC, AVIF, SVG — you can also paste images (Ctrl+V) anywhere on this page
JPG is still the format that opens in absolutely everything — legacy software, print services, strict upload forms, anything built before 2020. Converting AVIF to JPG stacks a second lossy encode on top of the first, so start from the best AVIF you have and keep the quality slider high rather than squeezing twice. JPG also has no alpha channel: transparent areas are flattened onto a background colour you pick. If the destination accepts PNG, that route keeps transparency and avoids any further quality loss.
Conversion happens entirely in your browser — no upload, no queue, no watermark. Drop in as many files as you like and download them individually or as a zip.
A little, always — both encodes are lossy, so the JPG's artifacts stack on whatever the AVIF already discarded. At quality 85+ the second generation is hard to spot on typical photos. What no setting can do is add anything back, so convert from the original AVIF rather than from an already re-saved copy.
No. Conversion happens inside your browser using the canvas API and a Web Worker — files never leave your device. There is no upload step, no queue and no file size limit beyond your machine's memory.
No — and that's a feature. Re-encoding through the canvas strips all metadata: GPS location, camera model, timestamps and color profiles. The output contains pixels only, which is usually what you want before sharing an image publicly.
Yes. Drop or paste any number of files; each is converted in the background with its own progress and download button, and you can grab everything at once as a .zip archive.
The converter always decodes to raw pixels and re-encodes, which is also how metadata gets stripped. For lossless targets (PNG, and GIF within its 256-color limit) the pixels stay identical; for JPEG and WebP the quality slider controls the trade-off.