.. index:: TIFF (Tagged Image File Format) .. index:: .tiff, .tif, .tf2, .tf8, .btf TIFF (Tagged Image File Format) =============================================================================== Extensions: .tiff, .tif, .tf2, .tf8, .btf Developer: Aldus and Microsoft Owner: `Adobe `_ **Support** BSD-licensed: |yes| Export: |yes| Officially Supported Versions: Reader: TiffReader (:bsd-reader:`Source Code `, :doc:`Supported Metadata Fields `) Writer: TiffWriter (:bsd-writer:`Source Code `) Sample Datasets: - `Big TIFF `_ We currently have: * `TIFF specification documents from Adobe `_ * a `TIFF specification document `_ * `public sample images `__ * many TIFF datasets * a few BigTIFF datasets **Ratings** Pixels: |Very good| Metadata: |Outstanding| Openness: |Outstanding| Presence: |Outstanding| Utility: |Fair| **Additional Information** Bio-Formats can also read BigTIFF files (TIFF files larger than 4 GB). Bio-Formats can save image stacks as TIFF or BigTIFF. TIFF files written by ImageJ are also supported, including ImageJ TIFFs larger than 4GB. ImageJ TIFFs are detected based upon the text in the first IFD's "ImageDescription" tag; this tag's value is then used to determine Z, C, and T sizes as well as physical sizes and timestamps. For ImageJ TIFFs larger than 4GB, a single IFD is expected (instead of one IFD per image plane). The "ImageDescription" is used to determine the number of images, the pixel data for which are expected to be stored contiguously at the offset indicated in the sole IFD. This differs from standard TIFF and BigTIFF; if the "ImageDescription" tag is missing or invalid, only the first image will be read. .. seealso:: `TIFF technical overview `_ `BigTIFF technical overview `_ `ImageJ TIFF overview `_ `Source code for ImageJ's native TIFF reader `_