.TIF

TIF File

Tagged Image File Format
Ask a question
QUICK ANSWER

A TIF (or TIFF) file is a Tagged Image File Format image, the standard for scanned documents, faxes, and archival photos. It opens without installing anything on Windows (Photos app) or macOS (Preview). The most common task is converting a multi-page TIF scan to PDF, or shrinking it to JPG for email.

Developer: Aldus / Adobe (now maintained by Adobe) Category: Raster Image Files Open standard MIME: image/tiff
OPENS ON Windows macOS Linux Android iOS
Related: .JPG · .PNG · .ECW · .AVIF

On this page

19k+ extensions indexed
Last reviewed Aug 26, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the TIF file format?

Files with the .tif extension contain raster graphics along with metadata in the form of tags; a .tif file can store multiple images. The .tif suffix is equivalent to .tiff and the extensions can be used interchangeably. .tif is available in two versions - baseline and extended - both codified in the TIFF 6.0 specification.

The baseline format (TIFF 6.0 Part 1) specifies:

  • Support for multipage graphics - subfiles within a single .tif file,
  • Support for multilayer images comprised of strips, which can be compressed separately,
  • Compression methods: none, CCITT Group 3 1-dimensional modified Huffman RLE, and PackBits,
  • Image types - bi-level, greyscale, palette-color, or RGB,
  • Information about byte order - little-endian (II) or big-endian (MM) declared in the first two bytes,
  • Format version.

The second part of the specification (extensions) lists the following features:

  • Image trees - instead of a sequential image collection, images and their variations are stored in a tree data structure; typically used to store thumbnails of multiple versions in different color spaces,
  • Additional compression methods: CCITT T.4 and T.6 bi-level encoding, LZW, and JPEG-based,
  • Additional image types: CMYK, YCbCr, HalftoneHints, Tiled, and CIE L\*a\*b\*,
  • Option to compose a .tif image from a number of tiles, similar to strips,
  • Private tags - can store information supplied by file developers.

.tif format was developed by Aldus in 1986 as a graphics format for the publishing industry. The TIFF 6.0 specification was released in 1992 and Adobe acquired the format with the Aldus purchase in 1994. The format is now maintained by Adobe, and several .tif extension specifications have been published, including ISO 12234-2 (TIFF/EP for digital cameras), ISO 12639 (TIFF/IT for prepress), and RFC 3949 (TIFF in email). .tif is still widely used in professional image editing, print production, and document archiving.

The format's tag-based design makes it extensible without breaking compatibility. GeoTIFF embeds geospatial coordinate data directly in standard .tif tags, making it the dominant raster format in geographic information systems. For files exceeding the original 4 GB size limit, the BigTIFF variant uses 64-bit addressing and typically carries the .btf extension. Camera manufacturers similarly build TIFF-derived raw containers, such as .dng (Digital Negative).

Security & safety

RISK: LOW

TIFF is image data and normally safe to open. Two caveats: (1) the format is so flexible that malformed TIFFs have historically triggered parser bugs in image libraries (libtiff) - keep viewers updated; (2) "wmf/dxf/exotic" conversion sites add no value and may bundle adware. For ordinary scans and photos there is no practical risk. TIFFs cannot contain executable macros.

Format details

in a nutshell
FULL NAMETagged Image File Format
DEVELOPERAldus / Adobe (now maintained by Adobe)since 1986 (Aldus); TIFF 6.0 spec 1992, owned by Adobe since 1994
MIME TYPEimage/tiff
TYPETag-based raster image container (binary)
STANDARDOpen · royalty-free
MAGIC BYTES · FILE SIGNATURE
OFFSET
00010203
HEX
49492A00
ASCII
II*·
Byte order is declared by the first two bytes: "II" (Intel/little-endian) or "MM" (Motorola/big-endian), followed by the number 42 (0x2A) encoded in that order. .tif and .tiff are the same format - only the extension differs.

Programs that open TIF files

Windows6 apps
Microsoft Windows Photos Built-in Double-click the .tif - the built-in Photos app opens it; use arrows to page through multi-page TIFFs.
Adobe Photoshop Paid Open for full editing including 16/32-bit and layered TIFFs; the prepress/photography standard.
GIMP Open-source File -> Open to edit; File -> Export As to save to PNG/JPG/PDF. Free Photoshop alternative.
IrfanView Free Open the .tif; for multi-page files use Image -> Extract all frames, or Save As PDF to combine pages.
FastStone Image Viewer Free Browse and view TIFFs; supports multi-page and batch convert to JPG/PDF.
XnView MP Free Open or batch-view TIFFs; Tools -> Batch Convert exports many .tif to JPG/PDF at once.
macOS3 apps
Adobe Photoshop Paid Full editing of layered/high-bit-depth TIFFs.
GIMP Open-source Open to edit; export to other formats.
Apple Preview Built-in Double-click the .tif; Preview shows multi-page TIFFs and exports to PDF/JPEG via File -> Export.
Linux3 apps
GIMP Open-source Open and edit; export to PNG/JPG/PDF.
ImageMagick Open-source Command line: 'magick scan.tif scan.pdf' combines pages; 'magick in.tif out.jpg' converts.
gThumb / Eye of GNOME Open-source Default GNOME image viewers display TIFFs, including multi-page in gThumb.
Android1 app
Google Files / Photos Built-in Most gallery apps preview TIFF; for multi-page use a dedicated viewer or convert via Drive.
iOS1 app
Files / Photos (built-in) Built-in Tap the .tif in Files to preview; share-sheet -> Print -> pinch-out to save as PDF.

Technical details

deep spec
MIME typeimage/tiff
File signature`49 49 2A 00` (little-endian) or `4D 4D 00 2A` (big-endian) at byte offset 0
Byte order declarationFirst 2 bytes declare endianness: `II` = Intel/little-endian, `MM` = Motorola/big-endian; the magic number 42 (0x2A) follows encoded in that byte order
Internal structureLinked chain of Image File Directories (IFDs); each IFD holds tag entries that describe and locate image data within the file
Multi-image supportYes - a single file can contain multiple IFDs representing pages, thumbnails, or resolution variants
Bit depth1, 4, 8, 16, 32, and 64 bits per channel; 32-bit and 64-bit floating-point samples supported
Supported color spacesBi-level, grayscale, palette-color, RGB, CMYK, YCbCr, CIE L*a*b*
Compression codecsUncompressed, PackBits, LZW, CCITT Group 3, CCITT Group 4, JPEG, Deflate (ZIP)
Alpha channelSupported via ExtraSamples tag (338) - both associated (pre-multiplied) and unassociated alpha allowed
Image layoutData organized as horizontal strips or rectangular tiles; enables efficient partial decoding of large images
Embedded metadataEXIF (tag 34665), IPTC (tag 33723), XMP (tag 700), and custom private-range tags
ICC color profileEmbeddable via ICCProfile tag (34675); enables device-independent color reproduction
File size limit4 GB in standard TIFF (32-bit offsets); BigTIFF variant extends addressing to 64-bit for files exceeding 4 GB
Private tagsVendor-defined tags reserved in range 32768-65534; used by camera makers and software for proprietary metadata
Lossless/lossyBoth modes available - LZW and Deflate are lossless; JPEG-in-TIFF compression is lossy
GeoTIFF extensionGeospatial projection and coordinate metadata stored in standard TIFF tags 34264 and 34735-34737, requiring no structural change to the file format
Released1986 (Aldus); TIFF 6.0 spec 1992, owned by Adobe since 1994
Open standardYes · royalty-free
Specificationwww.adobe.io

TIF conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with TIF files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about TIF files.

Frequently asked questions

What's the difference between TIF and TIFF?
None - they are the same Tagged Image File Format. The .tif spelling is a leftover from the old DOS 3-letter extension limit. You can rename .tif to .tiff (or vice versa) with no effect on the file.
How do I convert a TIF to PDF?
Open it in IrfanView (Windows) and choose Save As -> PDF, or use Preview on macOS (File -> Export as PDF). A multi-page TIFF becomes a multi-page PDF automatically. You can also 'print' it to Microsoft Print to PDF.
Why is my TIF file so large?
TIFF is usually lossless and often uncompressed, so a high-resolution scan can be tens of MB. Convert to JPG (photos) or PDF (documents) to shrink it for sharing, or save with LZW/ZIP compression inside TIFF.
Why can't I open a TIF on my phone?
Some phone gallery apps don't render TIFF, especially multi-page or CMYK ones. Use a dedicated viewer, or convert it to PDF/JPG first (e.g. via Google Drive).
My TIF has several pages - how do I see them all?
A multi-page TIFF holds many images in one file. Windows Photos and macOS Preview let you page through them; IrfanView can extract every frame; converting to PDF keeps all pages in order.
Is TIFF good for printing?
Yes - it's a prepress standard. TIFF keeps full quality (lossless, high bit depth, CMYK and ICC color profiles), which is why print shops and archives prefer it over JPEG.

References

1Library of Congress - TIFF format sustainabilitywww.loc.gov
2Adobe - TIFF 6.0 Specification (open standard)www.adobe.io

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.MDMarkdown Document
4.BINCD/DVD Disc Image (BIN/CUE)
5.NOMEDIAAndroid No-Media Marker File
6.PARTPartial Download File
7.RPMSGRestricted Permission Message
8.EXEWindows Executable (Portable Executable)
9.AVIFAV1 Image File Format (AVIF)
10.DBSQLite Database File

Related extensions

.JPGJPEG Image
.PNGPortable Network Graphics
.ECWEnhanced Compression Wavelet (ECW) image
.AVIFAV1 Image File Format (AVIF)
.JP2JPEG 2000 Image (ISO/IEC 15444-1)
.WEBPWebP image

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z