|
Blender V4.3
|
#include "logImageCore.h"#include <cmath>#include <cstdio>#include <cstring>#include "IMB_colormanagement.hh"#include "IMB_filetype.hh"#include "IMB_imbuf.hh"#include "IMB_imbuf_types.hh"#include "BKE_global.hh"#include "MEM_guardedalloc.h"Go to the source code of this file.
Functions | |
| static ImBuf * | imb_load_dpx_cineon (const uchar *mem, size_t size, int use_cineon, int flags, char colorspace[IM_MAX_SPACE]) |
| static int | imb_save_dpx_cineon (ImBuf *ibuf, const char *filepath, int use_cineon, int flags) |
| bool | imb_save_cineon (ImBuf *buf, const char *filepath, int flags) |
| bool | imb_is_a_cineon (const uchar *buf, size_t size) |
| ImBuf * | imb_load_cineon (const uchar *mem, size_t size, int flags, char colorspace[IM_MAX_SPACE]) |
| bool imb_is_a_cineon | ( | const uchar * | buf, |
| size_t | size ) |
Definition at line 172 of file cineon_dpx.cc.
References logImageIsCineon().
Referenced by imb_load_cineon().
| ImBuf * imb_load_cineon | ( | const uchar * | mem, |
| size_t | size, | ||
| int | flags, | ||
| char | colorspace[IM_MAX_SPACE] ) |
Definition at line 177 of file cineon_dpx.cc.
References imb_is_a_cineon(), and imb_load_dpx_cineon().
|
static |
Definition at line 23 of file cineon_dpx.cc.
References COLOR_ROLE_DEFAULT_FLOAT, colorspace_set_default_role(), ImBufFloatBuffer::data, ImBuf::flags, ImBuf::float_buffer, ImBuf::ftype, G, G_DEBUG, IB_alphamode_detect, IB_alphamode_premul, IB_rectfloat, IB_test, IM_MAX_SPACE, image(), IMB_allocImBuf(), IMB_flipy(), IMB_freeImBuf(), logImageClose(), logImageGetDataRGBA(), logImageGetSize(), logImageOpenFromMemory(), logImageSetVerbose(), and printf.
Referenced by imb_load_cineon().
Definition at line 167 of file cineon_dpx.cc.
References imb_save_dpx_cineon().
|
static |
Definition at line 68 of file cineon_dpx.cc.
References ImBuf::byte_buffer, ImBufByteBuffer::data, ImBufFloatBuffer::data, ImbFormatOptions::flag, float, ImBuf::float_buffer, ImBuf::foptions, G, G_DEBUG, IB_mem, IMB_rect_from_float(), logImageClose(), logImageCreate(), logImageSetDataRGBA(), logImageSetVerbose(), MEM_freeN(), MEM_mallocN, ImBuf::planes, printf, ImBuf::x, x, ImBuf::y, and y.
Referenced by imb_save_cineon().