imageio.plugins.tifffile_v3#
Read/Write TIFF files using tifffile.
This plugin wraps tifffile, a powerful library to manipulate TIFF files. It superseeds our previous tifffile plugin and aims to expose all the features of tifffile.
The plugin treats individual TIFF series as ndimages. A series is a sequence of TIFF pages that, when combined describe a meaningful unit, e.g., a volumetric image (where each slice is stored on an individual page) or a multi-color staining picture (where each stain is stored on an individual page). Different TIFF flavors/variants use series in different ways and, as such, the resulting reading behavior may vary depending on the program used while creating a particular TIFF file.
Methods#
Note
Check the respective function for a list of supported kwargs and detailed documentation.
|
Read a ndimage or page. |
|
Yield ndimages from the TIFF. |
|
Save a ndimage as TIFF. |
|
Standardized metadata. |
|
Format-Specific TIFF metadata. |
Additional methods available inside the imopen
context:
|
Yield pages from a TIFF file. |