open3d.io.write_image¶
-
open3d.io.write_image(filename, image, quality=90)¶ Function to write Image to file
- Parameters
filename (str) – Path to file.
image (open3d.geometry.Image) – The
Imageobject for I/Oquality (int, optional, default=90) – Quality of the output file.
- Returns
bool