TIFF Tag TileOffsets
IFD | ![]() | Image |
---|---|---|
Code | 324 (hex 0x0144) | |
Name | TileOffsets | |
LibTiff name | TIFFTAG_TILEOFFSETS | |
Type | LONG | |
Count | N = TilesPerImage for PlanarConfiguration = 1; N = SamplesPerPixel * TilesPerImage for PlanarConfiguration = 2 | |
Default | None |
Description
For each tile, the byte offset of that tile, as compressed and stored on disk.
The offset is specified with respect to the beginning of the TIFF file. Note that this implies that each tile has a location independent of the locations of other tiles.
Offsets are ordered left-to-right and top-to-bottom. For PlanarConfiguration = 2, the offsets for the first component plane are stored first, followed by all the offsets for the second component plane, and so on.
Related tags
TileWidth
TileLength
TileByteCounts