|
|
|||
|
|
|
| Registered MIME type: image/tiff TIFF raster image format. Commonly used in image manipulation applications, page layout applications, scanners and other imaging devices, and for the archiving of images. Suitable for high-color-depth images. TIFF is an acronym for Tagged Image File Format. Binary format. Supports multiple color resolutions, color encodings, color palettes, and compression methods. Supports arbitrary bit depths of up to 16 bits per channel, and also 32 bits per channel. Supports floating-point images with 32 and 64 bits per channel. Can store multiple images. Supports alpha channels. Introduced in 1986 by Aldus. |
| "Elements" | list of elements and options available in this file | |
| "Rules" | full list of rules for each element and option | |
| "Options" | list of rules for options, properties, and settings |
| "Animation" | multi-image TIFF represented as an animation object | |
| "Graphics" | the first image in the file, given as graphics | |
| "GrayLevels" | array of normalized gray-level values | |
| "GraphicsList" | all images as a list of graphics | |
| "Image" | first image in the file, represented as an Image object | |
| "ImageList" | all images, given as a list of Image objects |
| "Background" | background color shown in transparent image regions | |
| "BitDepth" | bits used to represent each color channel in the file | |
| "ColorSpace" | color encoding used in the file | |
| "ImageCount" | number of images in the file | |
| "ImageEncoding" | how images are compressed in the file | |
| "ImageResolution" | image resolution specified in the file | |
| "ImageSize" | raster dimensions |
| "ColorMap" | color-reduction palette | |
| "Data" | array of pixel values | |
| "ImageSize" | overall image size | |
| "RawData" | array of color map indices | |
| "RGBColorArray" | array of RGBColor objects |
| "Author" | creator name | |
| "CameraTopOrientation" | orientation of the camera when the picture was taken | |
| "Comments" | user comments | |
| "CopyrightNotice" | copyright information as a string | |
| "Device" | model specification of the camera or input device | |
| "DeviceManufacturer" | maker of the camera or input device | |
| "ImageCreationDate" | date and time the original picture was taken, given as a DateList specification |
| ImageResolution | Automatic | resolution used for rendering the graphics | |
| ImageSize | Automatic | overall image size |
| "ImageTopOrientation" | Top | orientation of the image as stored in the file |
| ByteOrdering | -1 | ordering of bytes in the file | |
| "ColorSeparation" | False | whether to store color channels in separate planes | |
| "ColorSpace" | Automatic | color encoding to be used in the file | |
| "CompressionLevel" | Automatic | compression level, given as a number between 0 and 1 | |
| "DifferencingPredictor" | False | whether to use horizontal differencing when using LZW or ZIP compression | |
| "ImageEncoding" | None | how images are compressed in the file |
| None | no compression | |
| "JPEG" | lossy JPEG compression | |
| "LZW" | lossless LZW compression | |
| "PackBits" | PackBits run-length encoding method | |
| "ZIP" | lossless ZIP image data compression |