TiffFormat

class tifffile.TiffFormat(version, byteorder, offsetsize, offsetformat, tagnosize, tagnoformat, tagsize, tagformat1, tagformat2, tagoffsetthreshold)

TIFF format properties.

Parameters:
  • version (int)

  • byteorder (Literal['>', '<'])

  • offsetsize (int)

  • offsetformat (str)

  • tagnosize (int)

  • tagnoformat (str)

  • tagsize (int)

  • tagformat1 (str)

  • tagformat2 (str)

  • tagoffsetthreshold (int)

property is_bigtiff: bool

Format is 64-bit BigTIFF.

property is_ndpi: bool

Format is 32-bit TIFF with 64-bit offsets used by NDPI.