| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | ||||||||||||||||||||||||||||
![]() |
Baseline TIFF Tag NewSubfileType | ||||||||||||||||||||||||||||
TIFF Tag Reference
TIFF Tag Reference
Previous Tag Contact
Information: info@awaresystems.be |
TIFF Tag NewSubfileType
DescriptionA general indication of the kind of data contained in this subfile. Replaces the old SubfileType field, due to limitations in the definition of that field. NewSubfileType is mainly useful when there are multiple subfiles in a single TIFF file. This field is made up of a set of 32 flag bits. Unused bits are expected to be 0. Bit 0 is the low-order bit. Currently defined values are:
Bit 0 is 1 if the image is a reduced-resolution version of another image in this TIFF file; else the bit is 0. The specification thus says that these values are defined as bit flags because they are independent of each other. However, it is not entirely clear how an image can be e.g. both a reduced-resolution version and a single page of a multi-page image, or any combination of the above. The Mixed Raster Content part of RFC 2301 adds a definition for this bit: Bit 4 indicates MRC imaging model as described in ITU-T Recommendation T.44 [T.44], and must be set for Primary IFDs and all MRC-specific child IFDs. (See RFC 2301, and the ImageLayer tag.) LibTiff defines these values:
FILETYPE_REDUCEDIMAGE = 1; Related tagsSee also
RFC 2301 - File Format for Internet Fax |
||||||||||||||||||||||||||||