imageio.plugins.spe.SpePlugin.properties#
- SpePlugin.properties(index: int = Ellipsis) ImageProperties [source]#
Standardized ndimage metadata.
- Parameters:
- indexint
If the index is an integer, select the index-th frame and return its properties. If index is an Ellipsis (…), return the properties of all frames in the file stacked along a new batch dimension.
- Returns:
- propertiesImageProperties
A dataclass filled with standardized image metadata.