Convert TIFF to AVIF
TIFF is a flexible home for scans, print images, and high-quality production data, but it is a heavy web or interchange asset. AVIF can make a modern delivery copy much smaller while retaining convincing photographic detail. This conversion is intentionally a derivative workflow: AVIF uses a lossy quality setting here, and a multi-page TIFF contributes only its first page because one AVIF result contains one raster image.
Use this without the search next time. Prathom Workbench puts Prathom's tools in your toolbar.
Add to Chrome — freeDrop your TIFF file here, or click to browse
Up to 50 MB. Deleted automatically after 30 minutes.
What it does
- Smaller AVIF derivatives for modern browsers and storage
- Lossy quality tradeoff explained before download
- First page selected from a multi-page TIFF
- Original dimensions retained without automatic resizing
How to use TIFF to AVIF
- 1
Add the TIFF
Choose a scan or rendered image that needs a compact modern derivative. If the TIFF contains several pages, identify the first page as the intended output and plan separate exports or a document format for the rest.
- 2
Encode the first page as AVIF
The server decodes the first TIFF image and encodes it as AVIF with a lossy, web-oriented quality setting. The canvas dimensions stay the same, so conversion alone does not make a high-DPI scan the right display size.
- 3
Inspect quality and delivery size
Compare fine text, line art, gradients, and photographic texture at the size visitors will see. Keep the TIFF as the source and resize a working copy first when the website needs a particular maximum width.
How it works
The server opens the TIFF and decodes its first image into pixels. TIFF can use many compression methods, color models, and page structures, so the browser is not asked to interpret that production-oriented container. The decoded first page is passed to an AVIF encoder, which uses a lossy quality setting to find a smaller representation. The result is a new AVIF file, not a TIFF renamed for a browser.
AVIF is valuable here because it is built for modern image delivery. It can describe photographic gradients and texture with far fewer bytes than a typical uncompressed or lightly compressed TIFF. That advantage depends on accepting a quality tradeoff. At normal display size the loss may be hard to see, but a scan with small lettering or technical lines needs a closer inspection than a landscape photograph. Compare the actual content, not only the byte count.
Why this helps web and storage workflows
Browsers and content systems increasingly understand modern web codecs, while TIFF is still associated with scanners, print production, and desktop imaging. A TIFF can be excellent as a master and still be the wrong file to send on every page view. An AVIF derivative reduces network transfer and storage for a site that has confirmed its browser and editor support. Keep a fallback format when the audience includes older clients or a CMS does not accept AVIF.
The largest savings often come from dimensions rather than from codec choice. A scan made for a printed page may contain several times more pixels than the web layout can show. Resize from the TIFF to the maximum useful content width before encoding. This avoids spending bandwidth on pixels that will be discarded by the browser's layout, and it leaves the full-resolution source available for a later print export.
The first-page and quality boundaries
TIFF is allowed to contain multiple pages, which is common for fax bundles and office scanners. This single-image route selects page one because an AVIF output has one image slot. Do not label that result as the complete report. Generate a numbered AVIF per page for a viewer, or choose a document container when preserving the page set is the actual requirement.
Finally, avoid using the AVIF as the only copy of a scan. Lossy encoding is useful for delivery and often excellent for photographs, but it is not an archival policy. Keep the TIFF, inspect fine details at the destination size, and regenerate a new AVIF from the master when quality, dimensions, or the page selection needs to change.
Examples
A scanned map for a modern article
The web payload is dramatically smaller, but the image is still 4800 pixels wide and may be oversized for the article column. A resized derivative made from the TIFF would save more bandwidth, while the original remains available for print, zoom, or a future quality comparison.
A three-page scanner TIFF used as a preview
The AVIF is a useful preview image for page one, not a complete report. Pages two and three are not appended or hidden in the file. Export each page into its own AVIF for a gallery, or keep the multi-page TIFF or a PDF when one download must contain the whole document.
Frequently asked questions
Is the TIFF to AVIF result lossless?
No. This route uses a lossy AVIF quality setting to reduce the transfer size. Photographs often look excellent at their intended display width, but tiny text, map labels, sharp line art, and repeated re-encoding can reveal softened edges or changed texture. Treat the AVIF as a regenerable delivery derivative. Keep the TIFF or another lossless master, and make future exports from that source rather than from an already compressed AVIF.
What happens when the TIFF has multiple pages?
Only the first TIFF page is converted. AVIF is used here as one raster image, not as a document container that can hold the later scanner pages. The remaining pages are not combined into a tall image, silently attached, or represented by metadata. For a web gallery, create one output per page; for a single complete document download, use a multi-page-aware format such as PDF or retain the TIFF.
Should I resize the TIFF before making an AVIF?
Usually, yes, when the destination has a known display width. Format conversion changes the codec and often the file size, but it does not remove unused pixels from a 600 DPI scan. Sending a 4800-pixel image to a 900-pixel article slot wastes bandwidth even if AVIF is efficient. Resize a copy to the largest useful layout size, then encode that copy, while keeping the full TIFF for print and later crops.
Further reading
- TIFF Was Larger Than PNG on Every Image, Including With LZWTIFF has a reputation as the professional's lossless format — the one you archive in, the one print shops ask for. PNG is treated as the web's lightweight cousin. On file size that reputation is backwards, and the gap is not small. Here is the comparison on four different kinds of image, with both common TIFF compression schemes.
- Six Ways to Shrink an Image, and What Each One CostsEvery image editor has a dropdown of resampling filters with names like Bicubic, Lanczos and Nearest Neighbor, and almost nobody changes it. The differences between them are real, they are measurable, and which one is right depends on what is in the picture rather than on which sounds most advanced.