Class: TiffData#
This described the location of the pixel data in a tiff file.
Attributes#
uuid : None | “TiffData.UUID” This must be used when the IFDs are located in another file. Note: It is permissible for this to be self referential. ifd : int Gives the IFD(s) for which this element is applicable. Indexed from 0. Default is 0 (the first IFD). [units:none] first_z : int Gives the Z position of the image plane at the specified IFD. Indexed from 0. Default is 0 (the first Z position). [units:none] first_t : int Gives the T position of the image plane at the specified IFD. Indexed from 0. Default is 0 (the first T position). [units:none] first_c : int Gives the C position of the image plane at the specified IFD. Indexed from 0. Default is 0 (the first C position). [units:none] plane_count : None | int Gives the number of IFDs affected. Dimension order of IFDs is given by the enclosing Pixels element’s DimensionOrder attribute. Default is the number of IFDs in the TIFF file, unless an IFD is specified, in which case the default is 1. [units:none]
URI: core:TiffData
Attributes#
Own#
➞uuid 0..1
Range: UUID
➞plane_count 0..1
Range: Integer