AVIF to TIFF converter

Content last reviewed:

Turn an AVIF photo into a TIFF written without compression, eight bits on each of four channels, transparency included. The output size follows from the pixel dimensions alone: a 4000 × 3000 image gives a file of 48,001,000 bytes. Your browser does the conversion.

Convert and download

Files in queue

Add AVIF files on the left to start converting to TIFF.

to

What is AVIF, and what is TIFF?

AVIF stands for AV1 Image File Format, a photo format built on the AV1 video codec. The Alliance for Open Media publishes the specification, and it covers lossy as well as lossless coding, depths of 8, 10 and 12 bits per channel, transparency and animated sequences.[1] You meet this format mostly on web pages, because it was designed to keep a good-looking photo small.

TIFF stands for Tagged Image File Format. A file of this kind is a set of tags describing the picture: its dimensions, how many channels it has, how many bits each channel uses and how the pixel data is stored. Revision 6.0, dated 3 June 1992, allows data to sit uncompressed and also allows PackBits, LZW and JPEG compression.[2]

The format itself is older. Aldus created it in 1986 together with Microsoft and Hewlett-Packard for PostScript printing and for PageMaker, and Adobe took over the rights later. In desktop publishing TIFF has been the standard ever since.[3]

Converting one into the other therefore takes you from a file designed for the browser to a file designed for the design studio and the print shop.

What comes out of an AVIF to TIFF conversion?

The converter decodes the AVIF file inside your browser and writes a TIFF whose pixel data sits there without compression. Every pixel takes four bytes: one each for the red, green and blue channel, plus one for transparency. The picture therefore reaches the new file pixel for pixel, with no second round of lossy compression.

The output size follows from the pixel dimensions and from nothing else. A 4000 × 3000 photo takes exactly 48,001,000 bytes. The summary under the converter buttons reports that as 45.8 MB. The same figure comes out however much the incoming AVIF file weighed.

So the file grows against its source, and that growth is the whole point of the operation. You get the full pixel data in a format that Adobe Photoshop, GIMP, Affinity, Capture One and prepress software all open.

How large is the TIFF file after conversion?

The formula is short. Multiply the width by the height, multiply that by four bytes, then add a thousand bytes for the header that holds the tags describing the file.

width in pixels × height in pixels × 4 B + 1000 B = TIFF file size

Let us walk it through on a camera photo measuring 4000 by 3000 pixels. First count the pixels themselves: 4000 times 3000 gives 12,000,000. Multiply that by four bytes and you get 48,000,000 bytes. Add the thousand-byte header and the finished file comes to 48,001,000 bytes.

The header is always a thousand bytes, whatever the size of the photo. On large images the file size is therefore set by the pixel count alone, and you can read that off your own file properties.

When you want a smaller file, the same picture also converts to PNG or to JPG. The journey back is handled by the TIFF to AVIF converter.

How large is a TIFF at common resolutions?

Image dimensionsPixel countSize in bytesTIFF file size
800 × 600480,0001,921,0001.83 MB
1024 × 768786,4323,146,7283.00 MB
1280 × 720921,6003,687,4003.52 MB
1600 × 12001,920,0007,681,0007.33 MB
1920 × 10802,073,6008,295,4007.91 MB
2048 × 15363,145,72812,583,91212.0 MB
2560 × 14403,686,40014,746,60014.1 MB
3000 × 20006,000,00024,001,00022.9 MB
3840 × 21608,294,40033,178,60031.6 MB
4000 × 300012,000,00048,001,00045.8 MB
4032 × 302412,192,76848,772,07246.5 MB
5472 × 364819,961,85679,848,42476.1 MB
6000 × 400024,000,00096,001,00091.6 MB
8000 × 600048,000,000192,001,000183.1 MB
The sizes come from the formula the encoder in this tool writes by, and we checked them on finished files. The last column shows the value the way the summary under the converter buttons reports it.

How large is a TIFF for print formats at 300 DPI?

FormatPixel dimensionsPixel countTIFF file size
4 × 6 in1200 × 18002,160,0008.24 MB
5 × 7 in1500 × 21003,150,00012.0 MB
8 × 10 in2400 × 30007,200,00027.5 MB
Letter, 8.5 × 11 in2550 × 33008,415,00032.1 MB
A4, 210 × 297 mm2480 × 35088,699,84033.2 MB
Tabloid, 11 × 17 in3300 × 510016,830,00064.2 MB
Pixel dimensions come from the sheet size at 300 dots per inch, the resolution print shops ask for most often. The list covers both the US sizes and the A series used in the UK.

AVIF and TIFF — how do they differ?

PropertyAVIFTIFF
Full nameAV1 Image File FormatTagged Image File Format
Who publishes the specificationAlliance for Open MediaAdobe, previously Aldus
Year of the first version20191986, revision 6.0 in 1992
How pixel data is storedLossy or lossless compressionUncompressed, PackBits, LZW or JPEG
Colour depth8, 10 and 12 bits per channel8 bits per channel in a file from this converter
TransparencyYesYes
AnimationYesNo
Browser supportChrome 85, Firefox 93, Safari 16.1, Edge 121Safari
Where it is typically usedPhotos on web pagesDesktop publishing, print, archiving
Browser versions follow the image format guide in the MDN documentation.[4]

How do you convert AVIF to TIFF?

  1. Add your AVIF files

    Drag your photos onto the Add files area, or click it and pick files from your device. You can hand over a whole batch at once — the converter lines it up on the right, under the Files in queue heading.
  2. Click Convert

    The Convert button sits in the Convert and download section. A progress bar shows how many files are finished, and every row in the queue carries its own status: Pending, then Processing, then Done.
  3. Download the TIFF files

    Save a single file with the Download button next to its name, or the whole batch with Download all. Underneath the buttons you will see Total input size and Total output size.

What to keep in mind when converting AVIF to TIFF

Four things that describe how the converter behaves on a larger batch of photos:

  1. Up to 100 MB per file

    The converter accepts AVIF files of up to 100 MB. A heavier file stops with the message File is too large (max 100 MB), so you know straight away where it stood.
  2. Transparency stays

    Transparent areas from the AVIF photo move into the fourth channel of the TIFF file. We checked this on an image with a half-transparent field: the values come out of the conversion exactly as they went in.
  3. Pixel dimensions stay

    A photo keeps its pixel dimensions up to 16,384 pixels on a side and up to 268 million pixels in area. Above that threshold the converter writes the image at proportionally reduced dimensions.
  4. Your files stay with you

    The whole conversion runs in code your browser executes on your own machine. The photos stay on your disk, so material covered by a non-disclosure agreement can go through this converter too.

Convert other files to TIFF

Convert AVIF to other formats

Sources

  1. AV1 Image File Format (AVIF), version 1.2.0Alliance for Open Media
  2. TIFF Revision 6.0, 3 June 1992Adobe Developers Association
  3. TIFFWikipedia
  4. Image file type and format guideMDN Web Docs

The file sizes in the tables come from the formula the encoder in this tool writes by, and we checked them on finished files. What the page says about either format rests on the sources listed above.

Content last reviewed: · written and checked by the Arteon team

Common questions about converting AVIF to TIFF

Why is the TIFF file heavier than the AVIF file?

AVIF describes a photo as a compressed stream of data, while the TIFF from this converter keeps every pixel separately and without compression. Each pixel takes four bytes there, and a thousand-byte header comes on top. That makes the output size fixed and predictable: a 4000 × 3000 photo always gives 48,001,000 bytes.

Is AVIF to TIFF conversion lossless?

Yes. Once the AVIF file has been decoded, the converter writes the pixel values into the TIFF with no further compression, byte for byte. We checked this by reading the finished file back and comparing it against the data that went in.

What compression does the TIFF from this converter use?

The pixel data sits there uncompressed, as RGBA at 8 bits per channel, in a single strip. Every program that reads TIFF opens such a file, because handling uncompressed data is part of the format baseline.

Does transparency from the AVIF file survive in TIFF?

Yes. The fourth channel of the TIFF file carries transparency and is marked as unassociated alpha, meaning the colour components are stored independently of the opacity. That matters for cut-out graphics, product photos for a layout being one common case.

How many AVIF files can I convert at once?

As many as you put in the queue — the converter walks through them one after another and shows progress on the bar. Each file may weigh up to 100 MB, and the counter above the bar tells you how many entries are already finished.

Where does the conversion of my photos happen?

On your own device. Decoding the AVIF and writing the TIFF is done by code your browser executes, and the files stay on your disk throughout. Once you close the tab, the browser releases the memory that held the finished results.

Which programs open a TIFF file?

TIFF is read by Adobe Photoshop, Adobe InDesign, GIMP, Affinity, Capture One, IrfanView and prepress software. The format has been a desktop publishing standard since the eighties, so support for it is close to universal among graphics tools.

Will a browser display the finished TIFF file?

Safari displays TIFF, and in other browsers you download the file and open it in a graphics program. The format was made for layout and print, so its home is the desktop and a graphics program.

How do I get from TIFF back to AVIF?

The journey back is handled by the TIFF to AVIF converter. It works on the same principle: the file stays on your computer, and a quality slider lets you steer the output.

Does the converter work on a phone?

Yes. The converter opens on any device with a modern browser and the layout adapts to the screen width. On a phone, keep an eye on free memory: a 4000 × 3000 file takes close to 46 MB of it.

Arteon free tool screenshot: AVIF to TIFF converter

Help us improve our tools

Have an idea, found a bug, or want to suggest a feature? Drop us a message – we respond within 24 hours.

Explore other useful tools

JPG to WebP

JPG to WebP

Convert JPG photos to lightweight WebP. Cut image weight by up to 35%.

Online image editor

Online image editor

Resize, crop and convert your image. Ready-made formats for social media, circular avatars, export to JPG/PNG/WebP.

Meta title & description checker

Meta title & description checker

Check title and description length in pixels. Live Google preview and optimization tips.

PNG to JPG

PNG to JPG

Convert PNG files to JPG in your browser. No file limits, no signup, no server uploads.

Favicon generator

Favicon generator

Create a complete favicon.ico set for your website from one image. All required sizes, no login.

Color palette generator

Color palette generator

Generate 9 palettes from one color: monochromatic, complementary, triadic and more. HEX codes.

WebP to JPG

WebP to JPG

Convert WebP files to universally compatible JPG. Works in every app and platform.

Color contrast checker

Color contrast checker

Check text and background contrast per WCAG 2.1 AA and AAA. Automatic color correction.

Free QR code generator

Free QR code generator

Create a QR code for a website, vCard business card or print. Export PNG and SVG, no registration.

Word & character counter

Word & character counter

Count words, characters, sentences and reading time. Check readability with the Flesch-Kincaid score.