|
Blender V4.3
|
#include "oiio/openimageio_support.hh"#include "IMB_colormanagement.hh"#include "IMB_filetype.hh"#include "IMB_imbuf_types.hh"Go to the source code of this file.
Functions | |
| bool | imb_is_a_dpx (const uchar *mem, size_t size) |
| ImBuf * | imb_load_dpx (const uchar *mem, size_t size, int flags, char colorspace[IM_MAX_SPACE]) |
| bool | imb_save_dpx (ImBuf *ibuf, const char *filepath, int flags) |
| bool imb_is_a_dpx | ( | const uchar * | mem, |
| size_t | size ) |
Definition at line 18 of file format_dpx.cc.
References blender::imbuf::imb_oiio_check().
Definition at line 23 of file format_dpx.cc.
References COLOR_ROLE_DEFAULT_FLOAT, ImBuf::flags, IB_alphamode_detect, IB_alphamode_premul, blender::imbuf::imb_oiio_read(), size(), and blender::imbuf::ReadContext::use_colorspace_role.
Definition at line 41 of file format_dpx.cc.
References ELEM, ImbFormatOptions::flag, ImBuf::foptions, blender::imbuf::imb_create_write_context(), blender::imbuf::imb_create_write_spec(), blender::imbuf::imb_oiio_write(), ImBuf::planes, and powf.