Reference Formats
TIFF
A flexible, tag-based container supporting lossless (and select lossy) compression, high bit depths, and full EXIF/IPTC/XMP/ICC metadata — the de facto archival master format for scanned and photographic images.
Extension
.tif
Full name
Tagged Image File Format
Introduced
Autumn 1986 (Revision 3.0); final Revision 6.0 published 1992
Vendor
Originally Aldus Corporation; maintained by Adobe Systems since Aldus's 1994 merger
What is inside the container
TIFF's tag-based structure supports uncompressed storage plus lossless LZW, Deflate/ZIP, PackBits, and CCITT Group 3/4 compression, and via later extensions, lossy JPEG or JPEG 2000. Color support spans 1-bit bitonal through 48-bit RGB and CMYK. Because the EXIF spec itself is built on TIFF's tag structure, TIFF natively and reliably carries EXIF, IPTC-IIM, XMP, and ICC profiles per image file directory — the broadest and most robust metadata support of any format covered here, which is why it's the standard DAM preservation-master choice.
How to open it
For archives
Yes — TIFF is a defensible DAM archival master format. It is explicitly recognized by FADGI (the Federal Agencies Digital Guidelines Initiative, hosted by the Library of Congress) and used by libraries, museums, and government agencies as the preservation format for scanned and photographic masters, thanks to its lossless compression options, wide color-depth support, and full EXIF/IPTC/XMP/ICC metadata capacity.
TIFF was published by Aldus Corporation (maker of PageMaker) in autumn 1986 to solve a real mid-1980s mess: every scanner vendor was inventing its own incompatible bitmap format, and desktop publishing needed one common standard to rely on. Aldus merged into Adobe in 1994, which has maintained the spec — last fully revised as version 6.0 in 1992 — ever since. Its tag-based structure is what makes it so extensible: rather than a fixed layout, TIFF is a set of tagged fields that readers can selectively interpret, which is also why the EXIF standard was built directly on top of TIFF’s tag system.
This is the backbone of TIFF’s DAM role. It’s the default “preservation master” tier in most serious DAM implementations: ingest keeps the TIFF untouched while the system generates JPEG or WebP derivatives for web preview and thumbnails. Its rich tag structure is what lets a DAM reliably extract and index EXIF (camera data), IPTC (rights, captions, keywords), and XMP (editorial workflow state) — and unlike JPEG or PNG, TIFF can carry independent metadata per page in a multi-page document, and layered TIFFs (an Adobe/Photoshop-specific extension, not part of core TIFF 6.0) preserve editable structure similarly to PSD.
The recurring metadata pitfall in DAM systems is not absence but duplication: because EXIF, IPTC, and XMP can all coexist in the same TIFF, they can drift out of sync across resaves — stale IPTC captions next to updated XMP keywords is a known headache for metadata-management teams. Institutions like the U.S. Government Printing Office selected variants like TIFF_G4 specifically as bitonal preservation masters, underscoring TIFF’s institutional standing as an archival format, but a DAM still needs a clear policy for which metadata field wins when they conflict.
Frequently asked
Is TIFF a defensible DAM archival master format?
Yes. TIFF is explicitly recognized by FADGI (the Federal Agencies Digital Guidelines Initiative, hosted by the Library of Congress) and used by libraries, museums, and government agencies as the preservation format for scanned and photographic masters.
Does TIFF display natively in web browsers?
No. Unlike JPEG, PNG, or WebP, TIFF is not one of the image formats any major browser — Chrome, Firefox, Safari, or Edge — decodes and renders inline via a standard img tag; a raw .tif URL typically triggers a download prompt or shows nothing at all instead of a picture. Because of this gap, a DAM can never serve TIFF masters directly to a browser and must always generate a converted derivative, such as JPEG or WebP, for any web-facing preview or delivery.
What metadata does TIFF support?
TIFF natively and reliably carries EXIF, IPTC-IIM, XMP, and ICC profiles per image file directory — the broadest and most robust metadata support of any format in this comparison, since the EXIF spec itself is built on TIFF's tag structure.
What compression options does TIFF offer?
TIFF's compression isn't fixed to one scheme — it spans both lossless and lossy options. At one end sits uncompressed storage, which preserves every pixel exactly but produces the largest files. LZW is TIFF's classic lossless compressor, shrinking file size with zero quality loss, and Deflate/ZIP offers a similar lossless alternative, sometimes with slightly better ratios. PackBits and CCITT Group 3/4 add further lossless choices suited to simple or bitonal scans. Later extensions also let a TIFF container hold lossy JPEG-compressed data internally, so the same format can serve archival-grade lossless masters and smaller, lossy delivery files.
Can TIFF metadata conflict across resaves?
Yes — because EXIF, IPTC, and XMP can all coexist in the same TIFF, they can drift out of sync across resaves, such as a stale IPTC caption sitting next to an updated XMP keyword list. A DAM needs a clear policy for which field wins.
Does TIFF support multi-page or layered content?
Yes — TIFF can carry independent metadata per page in a multi-page document, and layered TIFFs (an Adobe/Photoshop-specific extension, not part of core TIFF 6.0) preserve editable structure similarly to PSD.
What color depth does TIFF support?
TIFF supports an unusually wide range, from 1-bit bitonal scans up to 48-bit RGB and CMYK. In practical terms, individual channels can be stored at 8-bit or 16-bit precision — double what JPEG's fixed 8-bit ceiling allows — and the TIFF spec even permits 32-bit-per-channel encoding for specialized scientific or HDR work. That headroom matters for archival masters: capturing scans at 16-bit per channel preserves far more tonal detail, leaving room for future color correction or reprinting before banding or clipping becomes visible.
What's the typical DAM ingest pattern for TIFF?
The typical pattern treats the TIFF as a fixed, non-negotiable archival or print master: once ingested, the DAM stores the original file untouched, without recompressing or altering its pixels, so it stays usable for high-resolution reprints or future restoration work. On ingest, the system automatically generates one or more lossy web derivatives — typically JPEG or WebP — sized and compressed for browser preview, thumbnails, and everyday delivery, since the browser can't render the TIFF itself. Users and downstream systems interact with those lightweight derivatives day to day, while the master TIFF sits untouched in storage as the permanent source of truth.
Sources
- TIFF Revision 3.0 was published by Aldus Corporation in autumn 1986; Revision 6.0, the final version, followed in 1992. checked 2026-08-07 — TIFF File Format Summary
- TIFF is recognized in FADGI's raster format comparison as a preservation-suitable master format. checked 2026-08-07 — FADGI Raster Format Comparison
- The Federal Agencies Digital Guidelines Initiative documents TIFF's role in digitization and preservation standards. checked 2026-08-07 — digitizationguidelines.gov