Open3D (C++ API)  0.18.0+252c867
Namespaces | Functions
FilePNG.cpp File Reference

(252c867 (Sun May 5 05:39:34 2024 +0000))

#include <png.h>
#include "open3d/io/ImageIO.h"
#include "open3d/utility/Logging.h"

Namespaces

 open3d
 
 open3d::io
 

Functions

bool open3d::io::ReadImageFromPNG (const std::string &filename, geometry::Image &image)
 
bool open3d::io::WriteImageToPNG (const std::string &filename, const geometry::Image &image, int quality)
 
bool open3d::io::ReadPNGFromMemory (const unsigned char *image_data_ptr, size_t image_data_size, geometry::Image &image)
 The general entrance for reading an Image from memory. More...