📖 Complete TIFF GuideEverything you need to know about TIFF (Tagged Image File Format) — history, technical details, use cases, comparisons with other formats, and when to use TIFF vs JPG, PNG, WebP, and other image formats. The most comprehensive TIFF guide on the internet.
1
TIFF (Tagged Image File Format) is a professional-grade raster image format that has been the industry standard for high-quality image storage since 1986. Created by Aldus Corporation (now Adobe) in collaboration with Microsoft, TIFF was designed to be the universal format for desktop publishing and scanning.
The name "Tagged" comes from its flexible internal structure — every piece of data in a TIFF file is stored as a numbered tag, making the format extremely versatile. A single TIFF file can contain:
- Image pixel data — the actual image content, stored in RGB, CMYK, LAB, or grayscale color spaces
- Compression settings — LZW (lossless), ZIP (lossless), JPEG (lossy), or no compression
- Color profiles — embedded ICC profiles for accurate color reproduction across devices
- EXIF metadata — camera settings, date/time, GPS coordinates, copyright information
- Multiple pages/layers — multiple images within a single file (multi-page documents, layers)
- Custom tags — application-specific metadata (GeoTIFF coordinates, medical imaging parameters)
File extensions: .tiff and .tif (both are identical — .tif is the 3-character DOS legacy version).