Convert AVIF to JPG: what to know
AVIF is the newest web image format: smaller than WebP, supported by every current browser, and increasingly what you get when you save an image from a site. It is also what many other programs still cannot open. Converting to JPG gives you a file that works in every editor, email client, form and printer. This page does it on your device.
What happens to quality
AVIF is lossy and very efficient, so the decoded picture is what the site intended you to see. Encoding it as JPG at the default quality of 85 keeps that appearance; the JPG will be noticeably larger — often 2–4× — because JPG needs more bytes for the same result. If the size matters, send the JPG to the compressor and set a target.
HDR, wide colour and transparency
Some AVIF files are 10-bit or HDR. The converter decodes them to standard 8-bit sRGB, which is what JPG can hold; very bright highlights are tone-mapped by the browser's decoder. AVIF can also carry transparency; JPG cannot, so transparent areas are filled with the background colour you choose.
Animated AVIF
Animated AVIF (AVIS) files are converted from their first frame, and the row says so.
Steps
Add the AVIF files, confirm JPG is selected, click Convert. Download singly or as a ZIP. If a file cannot be decoded by your browser, the page loads a small decoder automatically; nothing is uploaded either way.
Questions about AVIF to JPG
- Why is the JPG bigger than the AVIF?
- AVIF compresses far more efficiently. Expect 2–4× growth at similar quality.
- Can I convert AVIF to PNG instead?
- Yes — choose PNG in Convert to. It keeps transparency and is lossless.
- Do I need to install anything?
- No. Decoding happens in the browser; a decoder is fetched only if the browser cannot read AVIF itself.