A TIFF image file directory (IFD).
|
|
|
|
|
|
|
|
|
|
|
asarray(self,
squeeze=True,
colormapped=True,
rgbonly=True,
memmap=False)
Read image data from file and return as numpy array. |
source code
|
|
|
|
|
|
|
|
|
|
is_rgb(self)
Lazy object attribute whose value is computed on first access. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is_stk(self)
Lazy object attribute whose value is computed on first access. |
source code
|
|
|
|
is_lsm(self)
Lazy object attribute whose value is computed on first access. |
source code
|
|
|
|
|
|
|
is_nih(self)
Lazy object attribute whose value is computed on first access. |
source code
|
|
|
|
is_ome(self)
Lazy object attribute whose value is computed on first access. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__subclasshook__
|