TIFF Tag TileByteCounts

IFDImage
Code325 (hex 0x0145)
NameTileByteCounts
LibTiff nameTIFFTAG_TILEBYTECOUNTS
TypeSHORT or LONG
CountN = TilesPerImage for PlanarConfiguration = 1; N = SamplesPerPixel * TilesPerImage for PlanarConfiguration = 2
DefaultNone

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