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
| Property | TIFF | AVIF |
|---|---|---|
| Compression | Lossless (or uncompressed) | Lossy or lossless (AV1-based) |
| File size | Very large — uncompressed pixels | Very small — up to 50% smaller than JPEG |
| Web support | Not natively supported by browsers | Supported in Chrome, Firefox, Safari, Edge |
| Metadata support | Extensive — ICC profiles, EXIF, XMP | Good — EXIF and XMP supported |
| Transparency support | Yes (alpha channel) | Yes (alpha channel) |
| Color bit depth | 8, 16, or 32-bit per channel | Up to 12-bit per channel |
| Best for | Print, archiving, professional editing | Web delivery, apps, modern workflows |
