What Is TIFF? The Tagged Image File Format Explained
You got a .tiff file from a scanner, a camera, or a design workflow — and now you are wondering why it is 80 MB and what to do with it. This article covers what the TIFF format actually is, why it is so large, where it belongs, and how to get it into a format that works on the web.
What Is the Tagged Image File Format?
TIFF (Tagged Image File Format) is a raster image format developed by Aldus Corporation in 1986, later acquired by Adobe. The "tagged" part of the name refers to how the format stores data: a flexible header system where metadata fields (tags) describe image properties like dimensions, color depth, compression, and layer information. This design lets TIFF adapt to many different use cases — which is both its strength and the source of its notorious complexity.
TIFF was created to be a universal format for desktop scanners at a time when every scanner manufacturer had its own proprietary format. The goal was interoperability. It succeeded at that, and then some — TIFF became the standard for professional photography, print prepress, medical imaging, geographic information systems (GIS), and document archiving.
The format is defined by the TIFF 6.0 specification (published 1992), which Adobe has maintained. Extensions like TIFF/EP (used in digital cameras) and GeoTIFF (for geospatial data) build on the base specification.
TIFF Format Specifications
Here is what the format actually supports:
| Property | Details |
|---|---|
| Color depths | 1-bit (bilevel), 4-bit, 8-bit, 16-bit, 32-bit per channel (up to 128-bit total for 4-channel CMYK) |
| Color spaces | RGB, CMYK, Lab, YCbCr, grayscale, bilevel, and others via color space tags |
| Compression | None, LZW (lossless), DEFLATE (lossless), PackBits (lossless), JPEG (lossy, rare), CCITT Group 3/4 (fax, bilevel) |
| Alpha channel | Yes — supports both associated (premultiplied) and unassociated alpha |
| Layers | Yes — multi-page TIFF stores separate layers or pages in a single file |
| Max dimensions | 4 GB file size limit per standard spec; BigTIFF extension raises this to 18 exabytes |
| Color profiles | Full ICC color profile embedding |
| EXIF / metadata | Full EXIF, IPTC, XMP metadata support |
The ability to store 16-bit or 32-bit per channel (versus the 8-bit per channel that PNG, JPEG, and WebP use) is TIFF's defining technical differentiator. A 16-bit-per-channel TIFF can represent 65,536 tonal values per channel versus 256 in an 8-bit image. For color-critical work — fine art printing, medical scans, scientific imaging — that extra precision is not optional, it is the point.
Where TIFF Files Come From
TIFF shows up in predictable professional contexts:
Professional scanners and cameras. Most flatbed and drum scanners output TIFF. High-end DSLRs and mirrorless cameras that shoot RAW often allow exporting to TIFF as an editable, high-depth intermediate format (though RAW itself is more space-efficient for archiving). Scanners that digitize film negatives at 4,000+ DPI produce files that are routinely 200–500 MB each.
Print prepress workflows. Commercial printing uses CMYK color space, which JPEG and PNG do not handle properly. TIFF with LZW compression is the standard delivery format for many print shops. InDesign, QuarkXPress, and other prepress tools have native TIFF support built around this requirement.
Medical imaging. Medical devices — CT scanners, MRI machines, pathology slide scanners — often output TIFF because it handles the large dimensions and 16-bit grayscale depth that diagnostic imaging requires. DICOM is more common for raw medical data, but TIFF derivatives are frequent in research and pathology.
GIS and satellite imagery. GeoTIFF (a TIFF extension) embeds geographic coordinate data alongside the image. Satellite imagery, orthophotos, and topographic maps are routinely stored and distributed as GeoTIFF. These files can be gigabytes in size — not unusual for a single satellite pass at high resolution.
Document archiving. Multi-page TIFF is a common format for archiving scanned document collections. Libraries and government agencies use it because the format is well-documented, non-proprietary, and supports lossless compression.
Why TIFF Files Are So Large
A 24-bit TIFF at 300 DPI, 8×10 inches (suitable for print) works out to: 2400 × 3000 pixels × 3 bytes = 21,600,000 bytes (~20 MB) without compression. Add a 16-bit color depth and it doubles to 40 MB. A 4-channel CMYK TIFF of the same size is 80 MB uncompressed.
LZW and DEFLATE compression reduce this — a typical full-color photo TIFF compresses to roughly 40–60% of its uncompressed size — but the starting point is large. A compressed 16-bit RGB TIFF of a 24-megapixel camera file commonly runs 50–120 MB.
This is not a bug. TIFF stores everything needed for professional output. The size is the cost of precision and editability.
TIFF vs Other Formats
| Format | Compression | Max Bit Depth | CMYK | Layers | Web-Ready | Typical Size (8×10" at 300 DPI) |
|---|---|---|---|---|---|---|
| TIFF | Lossless (LZW/DEFLATE) or none | 32-bit/channel | Yes | Yes | No | 20–80 MB |
| PNG | Lossless (DEFLATE) | 16-bit/channel | No | No | Yes | 5–15 MB |
| JPEG | Lossy | 8-bit/channel | Yes (JPEG-CMYK) | No | Yes | 500 KB–2 MB |
| WebP | Lossless or lossy | 8-bit/channel | No | No | Yes | 150 KB–1 MB |
| AVIF | Lossless or lossy | 12-bit/channel | No | No | Yes | 100 KB–800 KB |
| RAW | Lossless (varies by camera) | 12–16-bit/channel | No | No | No | 20–50 MB |
TIFF is the only web-standard format with native CMYK support and 32-bit-per-channel depth. That explains why print professionals use it despite the file size. For everything else, there is a more appropriate format.
For a full comparison of web-appropriate formats, see Best Image Format for Web.
When TIFF Is the Right Choice
TIFF earns its place in specific workflows:
- Print output. If a print shop requires CMYK TIFF, deliver CMYK TIFF. Do not try to substitute PNG.
- Professional scanning. Scan once at maximum quality to TIFF. You can always convert down; you cannot recover lost resolution later.
- Multi-generational editing. If an image will be edited multiple times across multiple tools, TIFF (lossless) preserves quality through every round-trip. Saving a JPEG multiple times accumulates artifacts. TIFF does not.
- Medical or scientific imaging. 16-bit precision captures tonal information that 8-bit formats discard.
- GIS workflows. GeoTIFF is the standard. Use the standard.
When TIFF Is Overkill
This is where the honest answer matters more than the diplomatic one:
TIFF is the wrong format for the web. Full stop. Browsers technically support TIFF, but no reasonable person serves TIFF to a browser. A 20 MB TIFF containing a product photo should be a 300 KB WebP on the web. The image content is the same. The context is different. Use the format the context demands.
TIFF is overkill for casual photography. If you are processing vacation photos on your phone or snapping images for a blog post, JPEG or WebP handles everything you need. The 16-bit precision that TIFF offers is only useful if your entire workflow — monitor, editing software, and output device — is calibrated to use it. Most workflows are not.
TIFF is overkill when you need a web-ready output. If your starting point is a high-quality source file (whether TIFF, RAW, or PSD) and your destination is a webpage, email, or social media post, convert to WebP or JPEG at the export step. Keep the TIFF as an archive; serve the conversion.
Converting TIFF to Web-Friendly Formats
Pixotter does not currently support TIFF as a direct input format. For converting TIFF files, use one of these tools, then bring the output into Pixotter for final web optimization:
Adobe Photoshop (23.x or newer): File → Export → Export As → choose WebP, JPEG, or PNG. Photoshop handles TIFF losslessly and gives you full control over export settings. Paid software; industry standard for print-to-web conversion.
GIMP (v2.10.x or newer, Apache-2.0 license): Free and open source. File → Export As → select format. Handles 16-bit TIFF but converts to 8-bit on export to JPEG, PNG, or WebP. Suitable for most non-commercial workflows.
ImageMagick (v7.1.x, Apache-2.0 license): Command-line tool for batch processing. Powerful for converting large collections of TIFF files. Examples:
# Convert a single TIFF to WebP
magick input.tiff -quality 80 output.webp
# Convert all TIFFs in a directory to WebP
magick mogrify -format webp -quality 80 *.tiff
# Convert TIFF to PNG (lossless)
magick input.tiff output.png
libvips (v8.15.x, LGPL-2.1 license): Faster than ImageMagick for large files, with a smaller memory footprint. Used in many server-side image pipelines. The vips CLI handles TIFF conversion efficiently:
vips copy input.tiff output.webp
Once you have a PNG, JPEG, or WebP output from any of these tools, run it through Pixotter's compression tool to optimize file size for web delivery — or use Pixotter's format converter to change formats while compressing, all in-browser with no upload required.
For guidance on which web format to target after conversion, see PNG vs WebP.
TIFF in Professional Imaging Workflows
Understanding how TIFF fits into a complete workflow helps clarify why it exists at all:
A typical print workflow looks like this: shoot in RAW → edit in Photoshop → export to 16-bit TIFF → send to print shop → print shop converts to final CMYK output. The TIFF is the master file that sits between the creative work and the print output. It preserves editing headroom (16-bit means more color information to adjust without banding) and is universally accepted by RIP software and print service providers.
A typical web workflow looks like this: shoot in RAW or JPEG → edit → export to WebP or JPEG at 72-96 DPI → optimize with a tool like Pixotter → serve. TIFF never enters the web workflow. If it does, something upstream made an incorrect format choice.
FAQ
Does TIFF support transparency?
Yes. TIFF supports an alpha channel for transparency. Both associated alpha (premultiplied, where transparency is baked into the color values) and unassociated alpha (straight, where transparency is stored separately) are supported via tags. In practice, TIFF transparency is most commonly used in prepress software like Photoshop where you need to preserve layer masks or cut-out paths in a high-fidelity format.
Is TIFF always lossless?
TIFF supports both lossless and lossy compression, but nearly all practical uses are lossless. Lossless options include LZW, DEFLATE, and PackBits. TIFF also supports JPEG compression internally (lossy), but this variant is uncommon and poorly supported by many applications — it is one of the reasons TIFF has a reputation for compatibility headaches. If someone sends you a TIFF, assume lossless LZW unless told otherwise.
Can browsers open TIFF files?
Safari on macOS and iOS can render TIFF natively. Chrome and Firefox do not support TIFF inline. This inconsistency alone is reason enough never to serve TIFF over HTTP — you will break the experience for a majority of your users. Convert to WebP or JPEG before serving anything to a browser.
What is the difference between TIFF and RAW?
RAW is a capture format — it records the unprocessed sensor data from a camera, usually in a proprietary format specific to the camera manufacturer (CR3 for Canon, NEF for Nikon, ARW for Sony). TIFF is an edited, processed image. Photographers typically develop RAW files in Lightroom or Capture One, then export to TIFF for further editing in Photoshop. RAW is the negative; TIFF is the developed print.
Can TIFF files contain multiple pages or layers?
Yes. Multi-page TIFF stores multiple images in a single file — each image is called a "directory" in TIFF terminology. This is how scanned document archives work: a 50-page scanned contract is a single 50-directory TIFF file. Photoshop also uses TIFF multi-page capability to embed layer data, though this creates TIFFs that other software cannot read fully.
Is TIFF an open format?
TIFF is an open specification — the TIFF 6.0 spec is publicly available and there are no licensing fees to implement a TIFF reader or writer. Adobe holds the trademark and maintains the specification, but they have not restricted its use. This is distinct from genuinely open standards like PNG (ISO/IEC 15948) or WebP (developed by Google and open-sourced under BSD license). TIFF is practically open despite not being formally controlled by a standards body.
What software opens TIFF files?
Most professional imaging software opens TIFF natively: Photoshop, GIMP, Lightroom, Capture One, Affinity Photo, GIMP, and Preview on macOS. On Windows, Photos and Paint both open common TIFF variants. For GeoTIFF specifically, QGIS (v3.34.x, GPL-2.0) and ArcGIS handle the geospatial extensions that generic image viewers ignore.
Should I store my photos as TIFF for archiving?
If you have the disk space and your workflow is entirely lossless, TIFF is a reasonable archival format. But RAW files are better for camera output (they preserve more sensor data in less space), and DNG (Adobe's open RAW container) is a strong alternative for long-term archival. For edited, processed images where you want a lossless master, TIFF is fine. For casual personal photo archives where storage space matters, lossless PNG or even high-quality JPEG is more practical. See Lossy vs Lossless Compression for the full tradeoff breakdown.
Top comments (0)