StripByteCounts
StripByteCounts is a TIFF and related file tag that records the size, in bytes, of each strip of image data stored in the file. Implemented as a field with type LONG, it contains one entry per strip in the image. The number of strips is determined by the image height and the RowsPerStrip value.
Each strip’s data starts at the offset given by the corresponding StripOffsets entry. The strip byte count
If the image is stored in a single strip, StripByteCounts contains a single value equal to the
BigTIFF support allows 64-bit offsets and byte counts (LONG8). In classic TIFF, StripOffsets and StripByteCounts use
Practical notes: When parsing TIFF data, verify that the number of strip byte counts matches the expected