Read image and meta-data from TIFF, STK, LSM, and FluoView files.
TiffFile instances must be closed using the close method, which is
automatically called when using the 'with' statement.
|
|
|
|
|
_fromfile(self)
Read TIFF header and all page records from file. |
source code
|
|
|
series(self)
Lazy object attribute whose value is computed on first access. |
source code
|
|
|
asarray(self,
key=None,
series=None,
memmap=False)
Return image data of multiple TIFF pages as numpy array. |
source code
|
|
|
_omeseries(self)
Return image series in OME-TIFF file(s). |
source code
|
|
|
__len__(self)
Return number of image pages in file. |
source code
|
|
|
__getitem__(self,
key)
Return specified page. |
source code
|
|
|
|
|
|
|
|
|
__exit__(self,
exc_type,
exc_value,
traceback) |
source code
|
|
|
fstat(self)
Lazy object attribute whose value is computed on first access. |
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__
|