| Member | Description |
| NewSubfile | A general indication of the kind of data contained in this subfile. |
| ImageWidth | The number of columns in the image, i.e., the number of pixels per row. |
| ImageLength | The number of rows of pixels in the image. |
| BitsPerSample | Number of bits per component. |
| Compression | Compression scheme used on the image data. |
| PhotometricInterpretation | The color space of the image data. |
| StripOffsets | For each strip, the byte offset of that strip. |
| Orientation | The orientation of the image with respect to the rows and columns. |
| SamplesPerPixel | The number of components per pixel. |
| RowsPerStrip | The number of rows per strip. |
| StripByteCounts | For each strip, the number of bytes in the strip after compression. |
| XResolution | The number of pixels per ResolutionUnit in the ImageWidth direction. |
| YResolution | The number of pixels per ResolutionUnit in the ImageLength direction. |
| PlanarConfiguration | How the components of each pixel are stored. |
| ResolutionUnit | The unit of measurement for XResolution and YResolution. |
| Predictor | A mathematical operator that is applied to the image data before an encoding scheme is applied. |
| ColorMap | A color map for palette color images. |
| TileOffsets | For each tile, the byte offset of that tile, as compressed and stored on disk. |
| TileByteCounts | For each tile, the number of (compressed) bytes in that tile. |
| TileWidth | The tile width in pixels. This is the number of columns in each tile. |
| TileLength | The tile length (height) in pixels. This is the number of rows in each tile. |
| JPEGInterchangeFormat | Old-style JPEG compression field. |
| JPEGInterchangeFormatLength | Old-style JPEG compression field. |
| FillOrder | The logical order of bits within a byte. |
| T4Options | Options for Group 3 Fax compression. |
| ExtraSamples | Extra samples. |
| JPEGTables | JPEG quantization and/or Huffman tables. |
| JPEGProc | Old-style JPEG compression field. |
| JPEGRestartInterval | Old-style JPEG compression field. |
| JPEGQTables | Old-style JPEG compression field. |
| JPEGDCTables | Old-style JPEG compression field. |
| JPEGACTables | Old-style JPEG compression field. |
| YCbCrSubSampling | Specifies the subsampling factors used for the chrominance components of a YCbCr image. |
| ICCProfile | ICC profile data. |
| MakerNote | Manufacturer specific information. |
| MinSampleValue | The minimum component value used. |
| MaxSampleValue | The maximum component value used. |
| T6Options | Options for Group 4 Fax compression. |
| WhitePoint | The chromaticity of the white point of the image. |
| PrimaryChromaticities | The chromaticities of the primaries of the image. |
| BadFaxLines | Used in the TIFF-F standard, denotes the number of 'bad' scan lines encountered by the facsimile device. |
| CleanFaxData | Used in the TIFF-F standard, indicates if 'bad' lines encountered during reception are stored in the data, or if 'bad' lines have been replaced by the receiver. |
| ConsecutiveBadFaxLines | Used in the TIFF-F standard, denotes the maximum number of consecutive 'bad' scanlines received. |
| InkSet | The set of inks used in a separated (PhotometricInterpretation=5) image. |
| InkNames | The name of each ink used in a separated image. |
| NumberOfInks | The number of inks. |
| DotRange | The component values that correspond to a 0% dot and 100% dot. |
| TargetPrinter | A description of the printing environment for which this separation is intended. |
| SampleFormat | Specifies how to interpret each data sample in a pixel. |
| SMinSampleValue | Specifies the minimum sample value. |
| SMaxSampleValue | Specifies the maximum sample value. |
| TransferRange | Expands the range of the TransferFunction. |
| ClipPath | Mirrors the essentials of PostScript's path creation functionality. |
| XClipPathUnits | The number of units that span the width of the image, in terms of integer ClipPath coordinates. |
| YClipPathUnits | The number of units that span the height of the image, in terms of integer ClipPath coordinates. |
| Indexed | Aims to broaden the support for indexed images to include support for any color space. |
| JPEGLosslessPredictors | Old-style JPEG compression field. |
| JPEGPointTransforms | Old-style JPEG compression field. |
| YCbCrCoefficients | The transformation from RGB to YCbCr image data. |
| YCbCrPositioning | Specifies the positioning of subsampled chrominance components relative to luminance samples. |
| ReferenceBlackWhite | Specifies a pair of headroom and footroom image data values (codes) for each pixel component. |
| StripRowCounts | Defined in the Mixed Raster Content part of RFC 2301, used to replace RowsPerStrip for IFDs with variable-sized strips. |
| ImageLayer | Defined in the Mixed Raster Content part of RFC 2301, used to denote the particular function of this Image in the mixed raster scheme. |
| XPosition | X position of the image. |
| YPosition | Y position of the image. |
| FreeOffsets | For each string of contiguous unused bytes in a TIFF file, the byte offset of the string. |
| FreeByteCounts | For each string of contiguous unused bytes in a TIFF file, the number of bytes in the string. |
| GrayResponseUnit | The precision of the information contained in the GrayResponseCurve. |
| GrayResponseCurve | For grayscale data, the optical density of each possible pixel value. |
| ColorResponseUnit | With ColorResponseCurve specifies how each entry in the table is to be interpreted. |
| ColorResponseCurve | With ColorResponseUnit specifies how each entry in the table is to be interpreted. |
| HalftoneHints | Conveys to the halftone function the range of gray levels within a colorimetrically-specified image that should retain tonal detail. |