What Is TIFF? The Print and Archive Format

The image format print shops and archives rely on: lossless, high bit-depth, and far too heavy for the web. What's inside a TIFF, why it's so big, and what to do when a site won't take one.

Flat vector illustration in cobalt blue of a prepress and archiving desk at night: a flatbed scanner with its lid open, a large monitor showing a photo editor with a mountain landscape and a colour-swatch panel, a hand holding a printed photo under a magnifying loupe, an external hard drive, a colour calibration card, a mug, shelves of archive binders, a framed print, and a warm gold desk lamp lighting the scene against a dusk city skyline

TIFF (Tag Image File Format) is a high-quality image format built for print, professional photography, and long-term archiving. It can store an image with no compression at all, or with lossless compression, so nothing is thrown away - which is exactly why the files are large and why no mainstream browser except Safari will display one.

The format dates to the late 1980s and reached its still-current version, Revision 6.0, on 3 June 1992. It was created by Aldus for desktop publishing; Adobe took ownership when it acquired Aldus in 1994 and has maintained the specification since. That lineage is why TIFF is everywhere print and scanning happen, and almost nowhere the web does.

What is inside a TIFF file

A TIFF is a container of tags - that is what the "T" stands for. Instead of one fixed layout, the file holds a directory of numbered entries, each describing one property of the image: its width, its height, how many bits each colour channel uses, which compression scheme was applied, the colour space, the resolution, and so on. A reader walks that directory to learn how to decode the pixels that follow.

That tag design is what makes TIFF so flexible. One TIFF can hold a plain RGB photo, a CMYK image ready for a printing press, a scan at 16 bits per channel, multiple pages in a single file (a scanned multi-page document), or an alpha channel for transparency. The trade-off is that two TIFFs can be built very differently inside, so an old or simple program sometimes cannot open a TIFF that uses a feature it does not understand.

Why TIFF files are so large

TIFF is large by design, because its job is to lose nothing. A TIFF can be stored completely uncompressed, or with a lossless scheme such as LZW or Deflate that shrinks the file without altering a single pixel. It can also use lossy JPEG compression internally, but that is rarely the point - people reach for TIFF precisely when they do not want the pixel-by-pixel discarding that JPG does. Combine "no data thrown away" with high bit depth and you get files that run to tens or hundreds of megabytes.

Because nothing is discarded, TIFF is a lossless workflow format. You can open, edit, and re-save a TIFF repeatedly without the quality erosion that stacks up each time a JPG is re-saved. The cost is size and support, not quality.

Where TIFF is the right choice

TIFF earns its weight in a few specific places: professional printing and prepress, where a CMYK press file must be exact; photography, as a master copy before any web-sized export; document and film scanning, where an archive wants the fullest possible record; and any situation where an image will be edited over years and must not degrade. Museums, libraries, and government archives commonly standardise on uncompressed TIFF for exactly this reason - it is the "keep everything" format.

If your image is built from shapes rather than a grid of pixels, TIFF is the wrong tool entirely - that is the raster versus vector distinction, and a logo or icon belongs in a vector format, not a heavyweight raster one.

Where TIFF does not work, and what to do instead

The web is where TIFF stops. No mainstream browser except Safari renders a TIFF, so a .tif or .tiff file will not show up as an image on most sites, and countless upload forms, social platforms, and content systems reject it outright. Its MIME type is image/tiff and its extensions are .tif and .tiff, but recognising the type is not the same as displaying it.

When a site refuses your TIFF, convert it to a web format first. babapic's tools work on PNG, JPG, and WebP rather than TIFF, so export your TIFF to PNG or JPG from your photo editor or scanner software, then bring that file here: compress it to get the size down for upload, or run the exported PNG through PNG to JPG if the destination only takes JPG. Everything runs in your browser and the file is never uploaded. For a wider view of which format suits which job, the image formats field guide lays them out side by side.

TIFF and your photo metadata

TIFF's influence reaches further than its own files. The EXIF metadata tucked inside ordinary JPEG photos - camera model, exposure, date, sometimes GPS - is itself built on TIFF's tag directory structure. So even if you never save a TIFF, you have almost certainly handled its design every time you have looked at a photo's details.

FAQ

Is TIFF better than JPG? For quality and editing, yes - TIFF keeps every pixel while JPG discards data to save space. For sharing, uploading, or putting a photo on the web, JPG is far better because it is small and universally supported. They are built for opposite jobs.

Can I open a TIFF file on my phone or browser? On an iPhone or in Safari, usually yes. In Chrome, Firefox, or Edge a TIFF will typically download rather than display, and many web forms will not accept it - convert it to PNG or JPG first.

Does saving as TIFF lose any quality? Not with uncompressed or lossless (LZW/Deflate) TIFF - the pixels are identical to the original. It only loses quality if you deliberately choose the optional JPEG compression inside the TIFF, which defeats most of the reason to use the format.

What is the difference between .tif and .tiff? None - they are two spellings of the same format. Older Windows software favoured the three-letter .tif; both open the same way.

← Back to all guides