Convert tiff to avif

Free online TIFF to AVIF converter

Convert large TIFF images to compact AVIF files for websites, apps, and sharing.

Convert TIFF to AVIF online - free

Uploading…
Selected files exceed the 75 MB total limit. Please select fewer or smaller files.

Image size

px
px

Keeps aspect ratio and fits within these limits. Fill in one or both; leave empty for no limit. Larger values may enlarge the image.

Correctly orient the image using the gravity sensor data stored in EXIF

Strip the image of any profiles, EXIF, and comments to reduce size

Your file is processed instantly and never stored on our servers.

How to convert tiff to avif file

A website, browser application, or mobile workflow may require AVIF instead of a large TIFF, particularly when image downloads or storage must be smaller. Converting creates a delivery copy for web use or sharing, while the original TIFF can remain available for editing and archival preservation.

What the TIFF format is

TIFF (Tagged Image File Format) is a raster-image container used for scanned documents, print production, publishing, photography, geographic imagery, scientific imaging, and archival masters. TIFF can store uncompressed pixels or use lossless compression, high bit depths, alpha channels, embedded ICC color profiles, and multiple pages or frames.

Scanners, Adobe Photoshop, Adobe Lightroom, Affinity Photo, GIMP, desktop-publishing systems, document-management software, and scientific cameras commonly create .tif and .tiff files. TIFF is intended for preserving image data and supporting later editing, not for minimizing web download size.

What the AVIF format is

AVIF (AV1 Image File Format) stores still images using the AV1 image codec in an ISO Base Media File Format container. It supports lossy and lossless encoding, transparency, HDR, wide-gamut color, high bit depths, and image sequences.

AVIF can produce substantially smaller files than TIFF and often smaller files than JPEG or PNG at a similar visual quality. This makes it suitable for websites, applications, APIs, and storage systems that support the format. Current Chrome, Edge, Firefox, Safari, Android, and many image applications support AVIF, but older browsers, operating systems, desktop programs, and publishing systems may not.

Convert TIFF to AVIF online

You can convert the file for free on 101convert.com without installing software:

  1. Open the TIFF-to-AVIF converter on 101convert.com.
  2. Select or drag in the .tif or .tiff file.
  3. Start the conversion and wait for processing to finish.
  4. Download the resulting .avif file and test it in the program or website that will receive it.

Use a local desktop application instead for confidential scans, medical images, unreleased photographs, or files whose metadata must not be uploaded.

Convert TIFF to AVIF with ImageMagick

ImageMagick is suitable for local conversion, scripting, and batch processing, provided that its installation has AVIF write support. Check the available formats:

magick identify -list format | grep -i AVIF

On Windows, run magick identify -list format without grep and inspect the format list. An AVIF entry with write capability is required; ImageMagick delegates AVIF encoding to an installed AV1/HEIF library.

Convert one TIFF with a lossy quality setting:

magick input.tif -quality 80 output.avif

Quality values around 5075 usually produce smaller web files, while 9095 retains more fine detail. The exact result depends on the ImageMagick build and AVIF delegate, so inspect the output at its intended display size rather than relying on the number alone.

To convert only the first page of a multipage TIFF, use:

magick input.tif[0] -quality 80 output.avif

To create separate AVIF files from the pages, use:

magick input.tif -scene 0 -quality 80 page-%02d.avif

Use -strip only when EXIF, XMP, ICC profiles, comments, and other metadata should be removed:

magick input.tif -strip -quality 80 output.avif

For CMYK or color-critical TIFF files, preserve the embedded source profile and perform a controlled conversion to the intended RGB output profile. A simple colorspace switch can produce incorrect colors when the source profile is missing or misidentified.

Use a desktop image editor

Current versions of GIMP and other image editors with AVIF export can open the TIFF, flatten or otherwise prepare the image, then use File → Export as and choose .avif. Set the encoder quality or lossless option if available, then inspect the exported dimensions, colors, transparency, and file size. AVIF export support varies by application version and operating-system build.

Quality and compatibility limits

TIFF compression and AVIF encoding are separate choices. A losslessly compressed TIFF can lose texture, text edges, film grain, or subtle gradients when exported as lossy AVIF. Keep the original TIFF as the editing or archival master and use AVIF as a delivery copy.

AVIF supports lossless encoding, but the conversion software must expose and correctly use that mode. Lossless AVIF can be much larger than lossy AVIF and still cannot preserve TIFF-specific structures such as editing layers, unusual tags, or a complex multipage document as editable data.

Most TIFF pages convert to separate AVIF images or a format-specific image sequence. If every page must remain independently addressable, separate output files are safer than relying on sequence support. Layered TIFF content is generally rendered into a flat image during export.

Before publishing, verify the output dimensions, RGB or wide-gamut color handling, ICC profile, alpha channel, metadata, and display in the target browser or application. Provide a JPEG or PNG fallback when AVIF support has not been confirmed.

TIFF vs AVIF: format comparison

How the TIFF and AVIF formats compare on the properties that matter most for this conversion.

Comparison of the TIFF and AVIF file formats
Property .TIFF Tagged Image File Format .AVIF AV1 Image File Format
Compression Both Lossy
Transparency Yes Yes
Animation No Yes
Layers No
Color depth Indexed (256 colors) True color with alpha (32-bit)
Metadata support Extensive Extensive
Opens in a web browser Partial Yes, natively
Typical file size Large Very small
Open standard Yes Yes
Best used for Long-term archiving Photographs
Introduced 1986 2019
Developer Aldus Corporation, later Adobe Systems Alliance for Open Media
MIME type image/tiff image/avif

The database currently does not contain any direct tiff file converter links.

Frequently asked questions

Is the TIFF to AVIF converter free?

Yes, converting TIFF to AVIF on 101convert.com is completely free. No registration, email address or installation is required.

How large can my TIFF file be?

You can upload TIFF files up to 2000 MB and convert up to 200 files at once in a single batch.

What happens to my uploaded files?

Files are processed automatically and deleted from our servers within a few minutes after conversion. We never view or share your files.

Do I need to install any software to convert TIFF to AVIF?

No. The TIFF to AVIF conversion runs entirely online in your browser and works on Windows, Mac, Linux, Android and iPhone.

Did the conversion fail?

In most cases, the cause is an incorrect file format. Please upload a valid TIFF file for this TIFF to AVIF conversion. Occasionally, the issue may be on our side. We analyze recurring conversion failures and disable or fix the converter if we detect a defect.