101 tinygltf::Image
load(
const std::filesystem::path &filename);
tinygltf::Image load(const std::filesystem::path &filename)
Load a complete EXR image file.
ExrHeader loadHeader(std::filesystem::path path)
Load only the header information from an EXR file.
Log category system implementation.
Represents channel information from an EXR file header.
int pixel_type
< Channel name (e.g., "R", "G", "B", "A") std::string name;
unsigned char p_linear
< Sampling rate in Y direction int y_sampling;
int x_sampling
< Pixel type (TINYEXR_PIXELTYPE_HALF, FLOAT, etc.) int pixel_type;
int y_sampling
< Sampling rate in X direction int x_sampling;