TIFF (Tagged Image File Format) is a commonly wide-spread raster image file format that was developed by Aldus (Currently maintaned by Adobe Systems Incorporated). For the specifications, see Supported TIFF Tags.
PixelLive SDK supports decoding of baseline and several advanced TIFF files. Since PixelLive SDK targets to contiguous full color images, it lacks supports for non-mainstream TIFF variations.
The list below enumerates the supported items for each attributes:
- PhotometricInterpretation
- WhiteIsZero (0)
- BlackIsZero (1)
- RGB (2)
- Palette Color (3)
- Transparency Mask (4)
- CMYK (5)
- YCbCr (6)
- Compression
- No Compression (1)
- Modified Huffman (2)
- CCITT Group 3 (3)
- CCITT Group 4 (4)
- LZW Compression (5)
- JPEG Compression (7)
- ZIP Compression (8 or 0x80b2)
- PackBits Compression (32773)
- Bit Depth
- 8bit
- 16bit (Wel-tested and all the utilities in the library works)
- 32bit (Some utilities can not handle 32bit images)
- Metadata support
- IPTC
- EXIF
- XMP
- ICC Color Profile
- Adobe Photoshop Resources (Limited support)
- GeoTIFF (for the compatibility with MrSID)
- Other General TIFF tags.
- Miscellaneous
- Piramid TIFF support
- Multipage TIFF support
PixelLive SDK provides limited TIFF export features. It can not export any non-contiguous images such as palette, bilevel. And it also does not support certain compression schemes. The list below enumerates the supported items for each attributes:
- PhotometricInterpretation
- BlackIsZero (1)
- RGB (2)
- CMYK (5)
- Compression
- No Compression (1)
- LZW Compression (5)
- ZIP Compression (8)
- Bit Depth
- 8bit,
- 16bit
- 32bit (Some utilities can not handle 32bit images)
- Metadata support
- IPTC
- EXIF
- XMP
- ICC Color Profile
- Adobe Photoshop Resources (Limited support)
- GeoTIFF (for the compatibility with MrSID)
- Other General TIFF tags.
- Miscellaneous
- Piramid TIFF support
- Multipage TIFF support
This document is automatically generated using doxygen 1.5.4 at Fri Jun 27 18:22:54 2008.