Blender V5.0
ImageMetaData Class Reference

#include <image.h>

Public Member Functions

 ImageMetaData ()
bool operator== (const ImageMetaData &other) const
bool is_float () const
void detect_colorspace ()

Public Attributes

int channels
size_t width
size_t height
size_t byte_size
ImageDataType type
ustring colorspace
string colorspace_file_hint
const char * colorspace_file_format
bool use_transform_3d
Transform transform_3d
bool compress_as_srgb

Detailed Description

Definition at line 54 of file cycles/scene/image.h.

Constructor & Destructor Documentation

◆ ImageMetaData()

ImageMetaData::ImageMetaData ( )

Member Function Documentation

◆ detect_colorspace()

◆ is_float()

bool ImageMetaData::is_float ( ) const

◆ operator==()

bool ImageMetaData::operator== ( const ImageMetaData & other) const

Member Data Documentation

◆ byte_size

size_t ImageMetaData::byte_size

◆ channels

◆ colorspace

ustring ImageMetaData::colorspace

◆ colorspace_file_format

const char* ImageMetaData::colorspace_file_format

◆ colorspace_file_hint

string ImageMetaData::colorspace_file_hint

Definition at line 64 of file cycles/scene/image.h.

Referenced by detect_colorspace(), and OIIOImageLoader::load_metadata().

◆ compress_as_srgb

bool ImageMetaData::compress_as_srgb

◆ height

◆ transform_3d

Transform ImageMetaData::transform_3d

◆ type

◆ use_transform_3d

bool ImageMetaData::use_transform_3d

◆ width


The documentation for this class was generated from the following files: