TIFF
A flexible high-quality raster format standard in print and publishing. Supports lossless compression for archival use.
TIFF (Tagged Image File Format) was created by Aldus (now Adobe) in 1986 as a highly flexible raster image format. Its tag-based extensible structure has made it the standard in print, publishing, medical imaging, and geographic information systems where image quality is paramount.
Internally, a TIFF file is organized as IFDs (Image File Directories) containing tags that describe how image data is arranged and interpreted. Multi-page TIFF support allows storing multiple images or document pages within a single file.
- Compression options: Uncompressed, LZW, ZIP (Deflate), and JPEG compression are all available. Lossless options guarantee pixel-perfect reproduction
- Color spaces: RGB, CMYK, Lab, grayscale, and multi-channel are supported, with standard ICC profile embedding for print workflows
- Bit depth: 8-bit, 16-bit, and 32-bit floating point are supported, enabling HDR and scientific measurement data storage
The format's flexibility comes at the cost of specification complexity, occasionally causing compatibility issues between software implementations. Web browsers cannot natively display TIFF files, requiring conversion to JPEG or WebP for online delivery. For master data archival and print production, TIFF's quality guarantees and extensibility remain unmatched by other formats.