AVIFConverter
About this project

A small tool with one job

Convert AVIF images to JPG and PNG, quickly and without asking anything of you in return.

AVIF Converter started as a straightforward frustration: AVIF is a great image format, but it isn't accepted everywhere yet, and most of the "free" conversion tools online ask you to upload your files to an unfamiliar server, wait in a queue, and hope the result email actually arrives. That felt like more friction than the problem deserved.

So this site does one thing instead. It converts AVIF files to JPG or PNG directly in your browser, using the same canvas rendering technology that powers a huge amount of the modern web. There's no server involved in the actual conversion, no account required, and no artificial limit on how many images you can run through it.

Why we built it this way

Running the conversion locally isn't just a privacy nicety — it's also faster, since there's no upload or download queue standing between you and your files. It's the kind of design decision that only makes sense once you actually try the alternative: a tool that makes you wait for a server you don't control to get around to your file.

We keep the interface deliberately simple. There's a dropzone, a format choice, a quality slider where it's relevant, and a download button. Nothing about converting an image file needs to be more complicated than that, so we've tried hard to keep it from becoming so.

What's next

The plan is to keep this fast, free, and focused on AVIF conversion rather than growing into a bloated general-purpose image editor. If there's a specific AVIF-related conversion need you don't see covered yet, we'd genuinely like to hear about it — see the contact page for how to reach us.

What we optimize for

The handful of things that actually matter for a tool like this.

Speed

No upload queue, no server round-trip. Most conversions finish in under a second.

Privacy

Your images never touch a server. Everything happens locally in your own browser tab.

Simplicity

One clear job, done well, without extra features that get in the way of the task at hand.

Try it for yourself

Drop an AVIF file into the converter and see how quickly it comes back as JPG or PNG.

Open the converter