cloudViewer.t.io.write_image#
- cloudViewer.t.io.write_image(filename, image, quality=-1)#
Function to write Image to file.
- Parameters:
filename (Union[os.PathLike, str, bytes]) – Path to file.
image (cloudViewer.t.geometry.Image) – The
Imageobject for I/O.quality (SupportsInt, optional, default=-1) – Quality of the output file.
- Returns:
bool