open3d.io.write_image#
- open3d.io.write_image(filename: os.PathLike, image: open3d.geometry.Image, quality: SupportsInt = -1) bool#
Function to write Image to file
- Parameters:
filename (os.PathLike) – Path to file.
image (open3d.geometry.Image) – The
Imageobject for I/Oquality (SupportsInt, optional, default=-1) – Quality of the output file.
- Returns:
bool