open3d.io.write_image#

open3d.io.write_image(filename: os.PathLike | str | bytes, image: open3d.geometry.Image, quality: SupportsInt = -1) bool#

Function to write Image to file

Parameters:
  • filename (Union[os.PathLike, str, bytes]) – Path to file.

  • image (open3d.geometry.Image) – The Image object for I/O

  • quality (SupportsInt, optional, default=-1) – Quality of the output file.

Returns:

bool