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