#include "save_image_exr.hpp"
#include <tinyexr.h>
#include <cassert>
#include <wmtk/utils/Logger.hpp>
Go to the source code of this file.
|
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) |
|
◆ TINYEXR_USE_MINIZ
#define TINYEXR_USE_MINIZ 0 |
◆ TINYEXR_USE_STB_ZLIB
#define TINYEXR_USE_STB_ZLIB 1 |