|
Blender
V2.93
|
Go to the source code of this file.
Functions | |
| void * | IMB_exr_get_handle (void) |
| void * | IMB_exr_get_handle_name (const char *) |
| void | IMB_exr_add_channel (void *, const char *, const char *, const char *, int, int, float *, bool) |
| int | IMB_exr_begin_read (void *, const char *, int *, int *) |
| int | IMB_exr_begin_write (void *, const char *, int, int, int, const struct StampData *) |
| void | IMB_exrtile_begin_write (void *, const char *, int, int, int, int, int) |
| void | IMB_exr_set_channel (void *, const char *, const char *, int, int, float *) |
| float * | IMB_exr_channel_rect (void *, const char *, const char *, const char *) |
| void | IMB_exr_read_channels (void *) |
| void | IMB_exr_write_channels (void *) |
| void | IMB_exrtile_write_channels (void *, int, int, int, const char *, bool) |
| void | IMB_exr_clear_channels (void *) |
| void | IMB_exr_multilayer_convert (void *, void *, void *(*)(void *base, const char *str), void *(*)(void *base, const char *str), void(*)(void *base, void *lay, const char *str, float *rect, int totchan, const char *chan_id, const char *view)) |
| void | IMB_exr_close (void *) |
| void | IMB_exr_add_view (void *, const char *) |
| bool | IMB_exr_has_multilayer (void *) |
| 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 | ||
| ) |
Definition at line 35 of file openexr_stub.cpp.
| void IMB_exr_add_view | ( | void * | handle, |
| const char * | name | ||
| ) |
Definition at line 124 of file openexr_stub.cpp.
| int IMB_exr_begin_read | ( | void * | handle, |
| const char * | filename, | ||
| int * | width, | ||
| int * | height | ||
| ) |
Definition at line 46 of file openexr_stub.cpp.
| 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.
| float* IMB_exr_channel_rect | ( | void * | handle, |
| const char * | layname, | ||
| const char * | passname, | ||
| const char * | view | ||
| ) |
Definition at line 80 of file openexr_stub.cpp.
| void IMB_exr_clear_channels | ( | void * | handle | ) |
Definition at line 102 of file openexr_stub.cpp.
| void IMB_exr_close | ( | void * | handle | ) |
Definition at line 120 of file openexr_stub.cpp.
| void* IMB_exr_get_handle | ( | void | ) |
Definition at line 27 of file openexr_stub.cpp.
| void* IMB_exr_get_handle_name | ( | const char * | name | ) |
Definition at line 31 of file openexr_stub.cpp.
| bool IMB_exr_has_multilayer | ( | void * | handle | ) |
Definition at line 127 of file openexr_stub.cpp.
| void IMB_exr_multilayer_convert | ( | void * | , |
| void * | , | ||
| void * | *)(void *base, const char *str, | ||
| void * | *)(void *base, const char *str, | ||
| void(*)(void *base, void *lay, const char *str, float *rect, int totchan, const char *chan_id, const char *view) | |||
| ) |
Definition at line 106 of file openexr_stub.cpp.
| void IMB_exr_read_channels | ( | void * | handle | ) |
Definition at line 88 of file openexr_stub.cpp.
| void IMB_exr_set_channel | ( | void * | handle, |
| const char * | layname, | ||
| const char * | passname, | ||
| int | xstride, | ||
| int | ystride, | ||
| float * | rect | ||
| ) |
Definition at line 72 of file openexr_stub.cpp.
| void IMB_exr_write_channels | ( | void * | handle | ) |
Definition at line 91 of file openexr_stub.cpp.
| void IMB_exrtile_begin_write | ( | void * | handle, |
| const char * | filename, | ||
| int | mipmap, | ||
| int | width, | ||
| int | height, | ||
| int | tilex, | ||
| int | tiley | ||
| ) |
Definition at line 62 of file openexr_stub.cpp.
| void IMB_exrtile_write_channels | ( | void * | handle, |
| int | partx, | ||
| int | party, | ||
| int | level, | ||
| const char * | viewname, | ||
| bool | empty | ||
| ) |
Definition at line 94 of file openexr_stub.cpp.