SAMPLEFORMAT

class tifffile.SAMPLEFORMAT(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)

Values of SampleFormat tag.

Data type of samples in a pixel.

UINT = 1

Unsigned integer.

INT = 2

Signed integer.

IEEEFP = 3

IEEE floating-point

VOID = 4

Undefined.

COMPLEXINT = 5

Complex integer.

COMPLEXIEEEFP = 6

Complex floating-point.