imageio.plugins.spe.SpePlugin.read#

SpePlugin.read(*, index: int = Ellipsis) → ndarray[source]#

Read a frame or all frames from the file

Parameters:
indexint

Select the index-th frame from the file. If index is …, select all frames and stack them along a new axis.

Returns:
A Numpy array of pixel values.