{ } Raw JSON

bundles / skimage 0.26.1rc0.dev0+git20260530.b607368ff / skimage / io / _io / imsave

function

skimage.io._io:imsave

source: /dev/scikit-image/src/skimage/io/_io.py :150

Signature

def   imsave ( fname arr plugin = <DEPRECATED> * check_contrast = True ** plugin_args )

Summary

Save an image to file.

Parameters

fname : str or pathlib.Path

Target filename.

arr : ndarray of shape (M, N[, C]), with C=3 or C=4

Image data.

check_contrast : bool, optional

Check for low contrast and print warning (default: True).

Other Parameters

plugin_args : DEPRECATED

The plugin infrastructure is deprecated.

plugin : DEPRECATED

plugin is deprecated.

Aliases

  • skimage.io.imsave