TIFF Tag SubfileType

IFDImage
Code255 (hex 0x00FF)
NameSubfileType
LibTiff nameTIFFTAG_OSUBFILETYPE
TypeSHORT
Count1
DefaultNone

Description

A general indication of the kind of data contained in this subfile.

The specification defines these values:

1 = full-resolution image data
2 = reduced-resolution image data
3 = a single page of a multi-page image (see the PageNumber field description).

LibTiff defines these values:

OFILETYPE_IMAGE = 1;
OFILETYPE_REDUCEDIMAGE = 2;
OFILETYPE_PAGE = 3;

This field is deprecated. The NewSubfileType field should be used instead.

Related tags