pysap.base.io
pysap.base.io#
- save(image, path, **kwargs)[source]#
Save an image.
- Parameters
image (Image or numpy.ndarray) – the data to be saved.
path (str) – the destination file.
Save an image.
image (Image or numpy.ndarray) – the data to be saved.
path (str) – the destination file.