AVIF to JPG

Decodes the AVIF and re-encodes it as a JPG your apps can open.

What this does

AVIF packs an image into the AV1 codec, which keeps file sizes small but isn't decodable everywhere a plain photo needs to go. This converter reads each AVIF frame in the browser, paints it onto a canvas, and re-encodes the pixels as a baseline JPG that any image viewer, editor, or upload form will accept.

Decoding happens on your own machine through the browser's built-in AVIF support, so the images never leave the page. Drop a single file or a whole batch; each one is converted in turn and offered back individually or bundled into a single zip.

How it works

  1. 1Drop your AVIF images, or click to pick them.
  2. 2Each file is decoded and re-encoded to JPG in your browser.
  3. 3Download each JPG, or grab them all as a zip.

Built on web standards

Built with standard browser APIs — no third-party libraries.

Frequently asked questions