Wildmeshing Toolkit
save_image_exr.hpp File Reference
#include <Eigen/Core>
#include <array>
#include <cmath>
#include <filesystem>
Include dependency graph for save_image_exr.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 wmtk
 
 wmtk::components
 
 wmtk::components::adaptive_tessellation
 
 wmtk::components::adaptive_tessellation::image
 

Functions

bool wmtk::components::adaptive_tessellation::image::save_image_exr_red_channel (size_t width, size_t height, const std::vector< float > &data, const std::filesystem::path &path)
 
bool wmtk::components::adaptive_tessellation::image::save_image_exr_3channels (size_t width, size_t height, int r, int g, int b, const std::vector< float > &data_r, const std::vector< float > &data_g, const std::vector< float > &data_b, const std::filesystem::path &path)