open3d.t.io.write_image#

open3d.t.io.write_image(filename, image, quality=-1)#

Function to write Image to file.

Parameters:
  • filename (os.PathLike) – Path to file.

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

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

Returns:

bool