Blender  V2.93
Macros | Functions
openexr_multi.h File Reference

Go to the source code of this file.

Macros

#define EXR_LAY_MAXNAME   64
 
#define EXR_PASS_MAXNAME   64
 
#define EXR_VIEW_MAXNAME   64
 
#define EXR_TOT_MAXNAME   64
 
#define EXR_PASS_MAXCHAN   24
 

Functions

void * IMB_exr_get_handle (void)
 
void * IMB_exr_get_handle_name (const char *name)
 
void IMB_exr_add_channel (void *handle, const char *layname, const char *passname, const char *view, int xstride, int ystride, float *rect, bool use_half_float)
 
int IMB_exr_begin_read (void *handle, const char *filename, int *width, int *height)
 
int IMB_exr_begin_write (void *handle, const char *filename, int width, int height, int compress, const struct StampData *stamp)
 
void IMB_exrtile_begin_write (void *handle, const char *filename, int mipmap, int width, int height, int tilex, int tiley)
 
void IMB_exr_set_channel (void *handle, const char *layname, const char *passname, int xstride, int ystride, float *rect)
 
floatIMB_exr_channel_rect (void *handle, const char *layname, const char *passname, const char *view)
 
void IMB_exr_read_channels (void *handle)
 
void IMB_exr_write_channels (void *handle)
 
void IMB_exrtile_write_channels (void *handle, int partx, int party, int level, const char *viewname, bool empty)
 
void IMB_exr_clear_channels (void *handle)
 
void IMB_exr_multilayer_convert (void *handle, void *base, void *(*addview)(void *base, const char *str), void *(*addlayer)(void *base, const char *str), void(*addpass)(void *base, void *lay, const char *str, float *rect, int totchan, const char *chan_id, const char *view))
 
void IMB_exr_close (void *handle)
 
void IMB_exr_add_view (void *handle, const char *name)
 
bool IMB_exr_has_multilayer (void *handle)
 

Macro Definition Documentation

◆ EXR_LAY_MAXNAME

#define EXR_LAY_MAXNAME   64

Definition at line 30 of file openexr_multi.h.

◆ EXR_PASS_MAXCHAN

#define EXR_PASS_MAXCHAN   24

Definition at line 34 of file openexr_multi.h.

◆ EXR_PASS_MAXNAME

#define EXR_PASS_MAXNAME   64

Definition at line 31 of file openexr_multi.h.

◆ EXR_TOT_MAXNAME

#define EXR_TOT_MAXNAME   64

Definition at line 33 of file openexr_multi.h.

◆ EXR_VIEW_MAXNAME

#define EXR_VIEW_MAXNAME   64

Definition at line 32 of file openexr_multi.h.

Function Documentation

◆ IMB_exr_add_channel()

void IMB_exr_add_channel ( void *  handle,
const char *  layname,
const char *  passname,
const char *  view,
int  xstride,
int  ystride,
float rect,
bool  use_half_float 
)

◆ IMB_exr_add_view()

void IMB_exr_add_view ( void *  handle,
const char *  name 
)

◆ IMB_exr_begin_read()

int IMB_exr_begin_read ( void *  handle,
const char *  filename,
int *  width,
int *  height 
)

◆ IMB_exr_begin_write()

int IMB_exr_begin_write ( void *  handle,
const char *  filename,
int  width,
int  height,
int  compress,
const struct StampData stamp 
)

Definition at line 53 of file openexr_stub.cpp.

◆ IMB_exr_channel_rect()

float* IMB_exr_channel_rect ( void *  handle,
const char *  layname,
const char *  passname,
const char *  view 
)

◆ IMB_exr_clear_channels()

void IMB_exr_clear_channels ( void *  handle)

◆ IMB_exr_close()

void IMB_exr_close ( void *  handle)

◆ IMB_exr_get_handle()

void* IMB_exr_get_handle ( void  )

◆ IMB_exr_get_handle_name()

void* IMB_exr_get_handle_name ( const char *  name)

◆ IMB_exr_has_multilayer()

bool IMB_exr_has_multilayer ( void *  handle)

Definition at line 1891 of file openexr_api.cpp.

References data, and imb_exr_is_multi().

Referenced by load_image_single(), and load_sequence_single().

◆ IMB_exr_multilayer_convert()

void IMB_exr_multilayer_convert ( void *  handle,
void *  base,
void *(*)(void *base, const char *str addview,
void *(*)(void *base, const char *str addlayer,
void(*)(void *base, void *lay, const char *str, float *rect, int totchan, const char *chan_id, const char *view addpass 
)

◆ IMB_exr_read_channels()

void IMB_exr_read_channels ( void *  handle)

◆ IMB_exr_set_channel()

void IMB_exr_set_channel ( void *  handle,
const char *  layname,
const char *  passname,
int  xstride,
int  ystride,
float rect 
)

◆ IMB_exr_write_channels()

void IMB_exr_write_channels ( void *  handle)

◆ IMB_exrtile_begin_write()

void IMB_exrtile_begin_write ( void *  handle,
const char *  filename,
int  mipmap,
int  width,
int  height,
int  tilex,
int  tiley 
)

◆ IMB_exrtile_write_channels()

void IMB_exrtile_write_channels ( void *  handle,
int  partx,
int  party,
int  level,
const char *  viewname,
bool  empty 
)