File Format Guide

What is a TIFF file?

TIFF is the format archives, scanners, and print workflows have trusted for nearly four decades. It is extraordinarily flexible — so flexible that two files with the same extension can have almost nothing in common.

TIFF at a glance
What is a TIFF file?
A complex, lossless raster format that can handle massive color depth, multiple layers, and uncompressed image data.
How to open a TIFF file?
Adobe Photoshop, Apple Preview, Windows Photos, and professional publishing software.
Typical use of a TIFF file:
Professional photography, print/desktop publishing (DTP), and high-resolution scanning/archiving.
Origin of the TIFF file:
Created by the Aldus Corporation in 1986.
Modern alternatives for TIFF:
PSD for layered editing. For final delivery, PDF is preferred for documents, and Lossless WebP/PNG for digital viewing.
TIFF specifications
Full name Tagged Image File Format
File extensions .tif, .tiff
MIME type image/tiff
Compression Uncompressed, or lossless (LZW, ZIP/Deflate, PackBits, CCITT G4); lossy JPEG-in-TIFF is also permitted
Transparency Supported via an alpha channel
Pages Multiple images in a single file
Colour depth Up to 32 bits per channel; supports CMYK, Lab and multi-channel
Introduced 1986, by Aldus
Browser support None (Safari has partial support)
Advertisement

Tagged means extensible

A TIFF is a directory of tags, each declaring one property of the image: dimensions, bit depth, compression method, colour space, resolution, orientation, and dozens more. A reader walks the tags and interprets what it finds. That design is why TIFF absorbed 40 years of change without breaking — new capabilities simply became new tags.

It is also the source of TIFF's reputation for inconsistency. The specification permits so many combinations that no reader implements all of them, so a valid TIFF written by one program can genuinely be unreadable by another. Files using unusual compression, exotic colour spaces, or floating-point samples are the usual offenders.

Why archives and scanners chose it

TIFF can be fully lossless while storing more colour depth than any consumer format needs — 16 bits per channel is routine, which matters when an image will be adjusted repeatedly and you want headroom before banding appears. It handles CMYK and Lab natively, so it survives a print workflow without a colour conversion.

The multipage capability is the other half of the story. A scanned twenty-page document can be one TIFF file with twenty images inside, which is exactly what document scanners and fax systems need — and CCITT Group 4 compression makes bitonal scanned text remarkably compact.

Why your browser will not show it

No mainstream browser except Safari displays TIFF, and support was never added because the format is large, complex, and aimed at production rather than delivery. Emailing a TIFF or putting one on a website therefore does not work — it downloads rather than displaying.

For distribution, convert: JPG for photographic content going to the web, PNG when it needs to stay lossless, and PDF for multipage scanned documents, which is what most people actually want when they have a multipage TIFF in hand.

Converting TIFF files

Converting TIFF to JPG is the standard step for sharing photographic scans. It is lossy, so keep the TIFF as the master — that is the whole reason you have one. Converting to PNG stays lossless and preserves transparency, but 16-bit-per-channel TIFFs will be reduced to 8 bits, which loses editing headroom you may care about.

Be aware that a browser-based converter reads the first image in a multipage TIFF. For a multipage document, a PDF conversion that keeps every page is what you actually want.

Convert TIFF files in your browser

Zolvo's image converter runs entirely on your own machine — your files are never uploaded to a server. Drop a TIFF file in and pick an output format, or jump straight to a common one:

TIFF — frequently asked questions

Why can't I open my TIFF file?

Usually because it uses a compression method or colour space your software does not implement. TIFF permits far more variation than any single reader supports — unusual compression, floating-point samples, or CMYK data are the common culprits. Converting with a tool that does understand it is the practical fix.

Is TIFF better quality than JPG?

A lossless TIFF preserves the image exactly, where JPEG discards data permanently, so as a master file TIFF is better. Visually, a high-quality JPEG is usually indistinguishable — the difference shows up after repeated editing and re-saving, not on first viewing.

Can a TIFF contain multiple pages?

Yes, and this is one of its distinguishing features — document scanners commonly produce one TIFF containing every page. Note that most viewers and converters only show the first page, so converting a multipage TIFF to PDF is often what you actually want.

Should I scan documents to TIFF or PDF?

TIFF for archival masters where you want the raw scan preserved losslessly. PDF for anything that will be read, searched, or sent, since it handles multiple pages, embeds text from OCR, and opens everywhere.

Related formats