bundles / skimage latest / 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.PathTarget filename.
arr: ndarray of shape (M, N[, C]), with C=3 or C=4Image data.
check_contrast: bool, optionalCheck for low contrast and print warning (default: True).
Other Parameters
plugin_args: DEPRECATEDThe plugin infrastructure is deprecated.
plugin: DEPRECATEDpluginis deprecated.
Aliases
-
skimage.io.imsave