What is a TIFF file?
Learn how TIFF preserves uncompressed print data, why web browsers reject it, and how to convert your multi-page scans into lightweight modern formats easily. Free TIFF converters included.
The Tagged Image File Format, commonly known as TIFF, was created in 1986 by the Aldus Corporation to establish a universal standard for desktop scanner manufacturers. Before its introduction, nearly every hardware scanner used a proprietary file format, which severely fragmented publishing workflows and made digital image sharing difficult. Aldus designed TIFF to store high-resolution raster graphics alongside rich metadata tags without discarding subtle image details. Although ownership later transitioned to support broader prepress standards, TIFF remains the foundational benchmark for uncompressed, archival image data across commercial printing, scientific imaging, and cultural preservation projects.
Technically, TIFF acts as a flexible tagged container capable of storing arbitrary image dimensions, bit depths up to 32 bits per channel, and complex color spaces like CMYK and Lab. It supports alpha transparency channels and can encapsulate multiple pages within a single file. For compression, TIFF utilizes lossless algorithms such as LZW, Deflate, or CCITT Fax encoding, though many workflows save it completely uncompressed. Because uncompressed 24-bit RGB files require three bytes per pixel and 32-bit CMYK files demand four bytes per pixel, a standard high-resolution photograph quickly consumes dozens or hundreds of megabytes on disk.
You will encounter TIFF files frequently when handling hardware document scanners, medical imaging instruments, digital photography archives, and commercial print preparation software. Operating systems like Windows and macOS provide built-in image viewers capable of rendering the format, but mainstream web browsers deliberately omit native support to prevent slow page loading caused by massive file sizes. When you need to share scanned records or photography on the internet, converting TIFF files to PNG, JPG, or WebP is essential. This conversion strips out heavy prepress data while keeping images visually crisp and universally accessible across modern mobile devices and browsers.
Technical specification
| Extension | .tif, .tiff |
|---|---|
| MIME type | image/tiff |
| Compression | Lossless (LZW/Deflate) or uncompressed |
| Transparency | Yes |
| Animation | No, but it can hold multiple pages |
| Typical file size | Three to four bytes per pixel when uncompressed, so tens of MB |
| Browser and system support | Standard in print and scanning software; most browsers will not display it |
| Developed by / year | Aldus, 1986 |
When to use it
- Choose TIFF when you scan physical documents or artwork and need to preserve every raw pixel without compression artifacts.
- Choose TIFF when preparing photographic layouts for commercial offset printing that demands 300 DPI resolution and CMYK color separation.
- Choose TIFF when archiving historical master records and museum collections that require uncompromised longevity and lossless reproduction.
- Choose TIFF when your scanning hardware produces multi-page document bundles that need to stay bound within a single raster file.
When not to use it
- Avoid TIFF for websites, online portfolios, and mobile applications where modern browsers cannot render it and switch to WebP or JPG instead.
- Avoid TIFF for sending quick email attachments or chat previews because multi-megabyte payloads exceed mailbox limits, making lightweight PNG or compressed JPG a better choice.
- Avoid TIFF for vector logos, illustrations, and scalable typography where SVG or PDF delivers infinite scaling at a fraction of the file size.
Our tools for this format
6 tools that take TIFF files in or write them out. Each one runs in your browser, so nothing is uploaded.
Convert to this format
Convert from this format
Common problems
Web browsers fail to display the image or force an automatic download.
Mainstream web browsers lack native decoder engines for TIFF to avoid bandwidth congestion from massive file payloads. Convert your TIFF image to WebP or JPG using an in-browser converter before embedding it on a web page. This transformation ensures immediate visual rendering across all modern desktop and mobile browsers.
The image file size exceeds attachment limits for email or cloud uploads.
Uncompressed TIFF files allocate 3 to 4 bytes for every single pixel, which makes high-resolution scans easily exceed 50 megabytes. Re-save the file using lossless LZW compression to reduce the footprint without any pixel degradation. If you simply need to distribute a visual proof, convert the file to a standard JPG to shrink the data volume by up to 90 percent.
Only the first page appears when viewing a multi-page document scan.
Basic operating system photo viewers often lack multi-page navigation controls and render only the initial directory frame. Open the file in a dedicated document viewer or convert the multi-page TIFF into a standard PDF document. A PDF conversion maintains every scanned page in sequential order while enabling universal document navigation.
Printed output colors look dull or mismatched compared to the monitor preview.
This color discrepancy happens when an uncalibrated RGB color profile is sent directly to a four-color printing press. Convert your TIFF file to the CMYK color space and embed the specific target print profile before submitting your work. This step guarantees that color separations match the exact ink densities of commercial printing equipment.
Frequently asked questions
Why are TIFF files so much larger than JPG files?
TIFF files store uncompressed or losslessly compressed raw pixel data, requiring 3 bytes per pixel for 24-bit RGB and 4 bytes per pixel for 32-bit CMYK. JPG uses lossy discrete cosine transform compression that discards imperceptible high-frequency visual detail, producing file sizes that are typically 80 to 95 percent smaller.
Can a TIFF file contain multiple pages or layers?
Yes, the TIFF specification allows multiple image file directories inside a single container, making it capable of storing multi-page document scans. While it supports multiple raster frames and alpha channels, it does not support continuous frame-based web animations like GIF or APNG.
Is TIFF completely lossless?
TIFF is predominantly lossless when configured with uncompressed raster arrays, LZW compression, or Deflate encoding. Although the TIFF specification technically allows lossy JPG compression inside its container, professional workflows almost exclusively avoid lossy settings to preserve 100 percent of the original image data.
Why do web browsers not support TIFF files natively?
Browsers deliberately exclude TIFF support because uncompressed files ranging from 20 MB to 200 MB would cause severe network latency and exhaust mobile device memory. To publish TIFF images online, you must convert them into efficient web-standard formats like WebP, PNG, or JPG.
How can I convert a TIFF to JPG or PNG without installing software?
You can use an in-browser conversion tool that processes the raw raster data directly within your web browser using client-side WebAssembly. Because the computation happens entirely on your local machine, your high-resolution files are never uploaded to an external server.