ByteScope

AVIF → WebP Converter

Convert AVIF to WebP — batch, private, no upload.

Your files never leave your browser — all processing is local.

convert to
resize

✓ 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

Why convert AVIF to WebP?

WebP is the middle ground: understood by noticeably more CDNs, image tooling and older Safari versions than AVIF, while still far smaller than PNG or JPG. Be clear about what you are trading — AVIF is the more efficient codec, so the WebP usually comes out slightly larger, and this is a lossy-to-lossy re-encode that compounds what the AVIF already discarded. Convert when something downstream refuses AVIF; if nothing does, keep the AVIF and serve it as-is.

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.

Frequently asked questions

Will the WebP be smaller than the AVIF?

Usually not — expect it slightly larger. AVIF compresses more efficiently than WebP, so this re-encode trades a few percent of size, plus a little detail since both formats are lossy, for much broader support. It is a compatibility conversion, not a way to save bytes.

Are my images uploaded anywhere?

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.

Is EXIF metadata kept in the converted image?

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.

Can I convert many images at once?

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.

Why did my image get re-compressed even converting PNG to PNG?

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.