eLynx SDK v3.3.0
C++ image processing API reference

tiff

Widely accepted in printing industry

TIFF(Tagged Image File Format) is a flexible image format that normally saves 8 or 16 bits per color - red, green and blue - for a total of 24 or 48 bits, and uses a filename extension of TIFF or TIF. TIFF's flexibility is both a feature and a curse, with no single reader capable of handling all the different varieties of TIFF files. TIFF can be lossy or lossless. Some types of TIFF files offer relatively good lossless compression for bi-level (black and white, no grey) images. Some high-end digital cameras have the option to save images in the TIFF format, using the LZW compression algorithm for lossless storage. The TIFF image format is not widely supported by web browsers. TIFF is still widely accepted as a photograph file standard in the printing industry. TIFF is capable of handling device-specific color spaces, such as the CMYK defined by a particular set of printing press inks.

Tagged-Image File Format (TIFF, TIF) is used to exchange files between applications and computer platforms. TIFF is a flexible bitmap image format supported by virtually all paint, image-editing, and page-layout applications. Also, virtually all desktop scanners can produce TIFF images. TIFF documents have a maximum file size of 4 GB.

TIFF format supports CMYK, RGB, Lab, Indexed Color, and Grayscale images with alpha channels and Bitmap mode images without alpha channels. TIFF image files have a bit depth of 8, 16, or 32 bits per channel. You can save high dynamic range images as 32-bits-per-channel TIFF files.

Specification TIFF Revision 6.0
Library libtiff Version 4.0.0 beta6 - June 11, 2010.
Copyright 1988-1996 Sam Leffler, 1991-1996 Silicon Graphics, Inc.
Samples SDK Suite

Generated on Thu Dec 9 2010 by doxygen 1.7.2