11 const std::vector<float>& data,
12 const std::filesystem::path& path);
19 const std::vector<float>& data_r,
20 const std::vector<float>& data_g,
21 const std::vector<float>& data_b,
22 const std::filesystem::path& path);
bool 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)
bool save_image_exr_red_channel(size_t width, size_t height, const std::vector< float > &data, const std::filesystem::path &path)