Blender V4.3
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 depth
 
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 63 of file cycles/scene/image.h.

Constructor & Destructor Documentation

◆ ImageMetaData()

ImageMetaData::ImageMetaData ( )

Definition at line 222 of file scene/image.cpp.

Member Function Documentation

◆ detect_colorspace()

◆ is_float()

bool ImageMetaData::is_float ( ) const

◆ operator==()

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

Definition at line 236 of file scene/image.cpp.

References colorspace, compress_as_srgb, height, transform_3d, use_transform_3d, and width.

Member Data Documentation

◆ byte_size

size_t ImageMetaData::byte_size

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

Referenced by VDBImageLoader::load_metadata().

◆ channels

◆ colorspace

ustring ImageMetaData::colorspace

◆ colorspace_file_format

const char* ImageMetaData::colorspace_file_format

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

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

◆ colorspace_file_hint

string ImageMetaData::colorspace_file_hint

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

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

◆ compress_as_srgb

bool ImageMetaData::compress_as_srgb

◆ depth

◆ height

◆ transform_3d

◆ type

◆ use_transform_3d

bool ImageMetaData::use_transform_3d

◆ width


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