TIFF Tag TileByteCounts
IFD | ![]() | Image |
---|---|---|
Code | 325 (hex 0x0145) | |
Name | TileByteCounts | |
LibTiff name | TIFFTAG_TILEBYTECOUNTS | |
Type | SHORT or LONG | |
Count | N = TilesPerImage for PlanarConfiguration = 1; N = SamplesPerPixel * TilesPerImage for PlanarConfiguration = 2 | |
Default | None |
Description
For each tile, the number of (compressed) bytes in that tile.
See TileOffsets for a description of how the byte counts are ordered.
Related tags
TileWidth
TileLength
TileOffsets