TIFF to AVIF Crop Converter

Load a TIFF, drag the crop handles to define exactly the area you need, preview the result, then download a compact AVIF. Everything runs in your browser — your image never leaves your device.

🖼️

Drop a TIFF here

or Browse Files  ·  TIFF / TIF supported

What This Tool Does

This tool loads a TIFF 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, encoding — runs entirely in client-side JavaScript using the HTML5 Canvas API. TIFF files are decoded using URL.createObjectURL combined with img.decode(), which resolves only after the image is fully decoded and ready to paint, ensuring the canvas always receives complete pixel data before the crop overlay is drawn. The output is an AVIF image, a modern format offering superior compression and quality over legacy formats like JPEG and PNG.

Who This Is For

  • Web developers who need to convert large TIFF assets to compact AVIF for fast page loads
  • Photographers reducing archive TIFF files to web-optimized AVIF for online portfolios
  • Designers cropping a specific region of a TIFF and delivering it as a modern AVIF file
  • Anyone who needs to trim and convert a TIFF to AVIF without installing Photoshop or GIMP

TIFF vs AVIF: Format Comparison

PropertyTIFFAVIF
CompressionLossless (or uncompressed)Lossy or lossless (AV1-based)
File sizeVery large — uncompressed pixelsVery small — up to 50% smaller than JPEG
Web supportNot natively supported by browsersSupported in Chrome, Firefox, Safari, Edge
Metadata supportExtensive — ICC profiles, EXIF, XMPGood — EXIF and XMP supported
Transparency supportYes (alpha channel)Yes (alpha channel)
Color bit depth8, 16, or 32-bit per channelUp to 12-bit per channel
Best forPrint, archiving, professional editingWeb delivery, apps, modern workflows

Frequently Asked Questions

What is AVIF and why is it better for the web?
AVIF (AV1 Image File Format) uses the AV1 video codec for still images, delivering superior compression ratios compared to JPEG, PNG, and even WebP. At the same visual quality, AVIF files are typically 50% smaller than JPEG and 30% smaller than WebP, making them the best choice for fast-loading web images.
How precise is the crop tool?
The crop operates at native pixel accuracy on the original TIFF dimensions. The canvas is scaled to fit your screen for display, but the actual crop coordinates are mapped back to the full-resolution image before the AVIF is generated. You get an AVIF at the exact pixel dimensions shown in the crop dimensions badge.
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.
Does AVIF support transparency?
Yes, AVIF supports an alpha channel for transparency. If your TIFF contains transparent areas, the output AVIF will preserve them when the browser's canvas implementation supports AVIF alpha encoding.
What browsers are supported?
All modern browsers — Chrome, Firefox, Edge, Safari (desktop and mobile). AVIF encoding via canvas.toBlob is supported in Chrome 85+, Firefox 93+, and Safari 16+. The tool uses standard HTML5 Canvas and Blob APIs.
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. TIFF files can be very large. Most modern desktops handle TIFFs up to 50 MP comfortably. Very large files on memory-constrained mobile devices may be slower to process.