imageio.plugins.pillow.PillowPlugin.iter

PillowPlugin.iter(*, mode=None, rotate=False, apply_gamma=False)

Iterate over all ndimages/frames in the URI

Parameters
mode{str, None}

Convert the image to the given mode before returning it. If None, the mode will be left unchanged. Possible modes can be found at: https://pillow.readthedocs.io/en/stable/handbook/concepts.html#modes

rotate{bool}

If set to True and the image contains an EXIF orientation tag, apply the orientation before returning the ndimage.

apply_gamma{bool}

If True and the image contains metadata about gamma, apply gamma correction to the image.