WebP to AVIF Crop Converter

Load a WebP, drag the crop handles to define exactly the area you need, preview the result, then download a next-generation AVIF. Transparency is preserved. Everything runs in your browser — your image never leaves your device.

🖼️

Drop a WebP here

or Browse Files  ·  WebP supported

What This Tool Does

This tool loads a WebP image directly in your browser, presents an interactive crop overlay with draggable handles, and converts the selected area to an AVIF file. No server upload is required. The full workflow — loading, cropping, and AVIF encoding — runs entirely in client-side JavaScript using the HTML5 Canvas API. WebP files are natively decoded by all modern browsers. AVIF encoding is performed via the browser's built-in canvas.toBlob('image/avif') API, available in Chrome 85+, Firefox 93+, and Safari 16+. Transparency (alpha channel) is fully preserved in AVIF output. A quality slider lets you tune the compression ratio before downloading.

Who This Is For

  • Web developers who want the smallest possible cropped image for modern web delivery
  • Designers extracting a region from a WebP and publishing it on AVIF-capable platforms
  • Performance-focused teams migrating image assets from WebP to the newer AVIF standard
  • Anyone who needs to trim and convert a WebP to AVIF without installing desktop software

WebP vs AVIF: Format Comparison

PropertyWebPAVIF
CompressionLossy or losslessLossy or lossless (AV1-based)
File sizeSmallTypically 20–50% smaller than WebP at equal quality
QualityExcellent for web useSuperior — especially at low bitrates
Browser supportAll modern browsersChrome 85+, Firefox 93+, Safari 16+
TransparencyFull alpha channelFull alpha channel
HDR / wide gamutLimitedFull HDR and wide color gamut support
Best forBroad compatibility, modern webMaximum compression, modern platforms

Frequently Asked Questions

What quality setting should I use for AVIF?
The default of 80% is a good starting point for most content — AVIF's compression is so efficient that 80% typically produces visually excellent results at much smaller file sizes than WebP or JPG at 90%+. For photographic content where maximum fidelity is needed, use 90–95%. For icons or graphics with large flat areas, 60–75% often suffices.
Will transparent areas in my WebP be preserved in the AVIF?
Yes. AVIF supports a full alpha channel. The tool draws the cropped WebP region to a canvas with transparency intact and encodes it as AVIF. No background compositing is applied, preserving all opacity values exactly.
What if my browser does not support AVIF encoding?
The tool detects AVIF encoding support before attempting conversion. If your browser does not support canvas.toBlob with image/avif, you will see an alert explaining the limitation and suggesting the WebP to PNG or WebP to JPG tools as alternatives.
How precise is the crop tool?
The crop operates at native pixel accuracy on the original WebP dimensions. The canvas is scaled to fit your screen for display, but crop coordinates are mapped back to the full-resolution image before the AVIF is generated.
Can I move the crop selection after setting it?
Yes — click and drag inside the crop rectangle (away from the handles) to reposition it anywhere within the image. Handles resize; the interior pans.
Is there a file size limit?
There is no server-imposed limit because no upload occurs. The practical limit is your browser's available RAM. WebP files are natively decoded by all modern browsers. Most modern desktops handle WebP files up to 50 MP comfortably.