|
Blender V5.0
|
#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, ImFileColorSpace &r_colorspace) |
| 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(), and size().
| ImBuf * imb_load_dpx | ( | const uchar * | mem, |
| size_t | size, | ||
| int | flags, | ||
| ImFileColorSpace & | r_colorspace ) |
Definition at line 23 of file format_dpx.cc.
References ImBuf::flags, IB_alphamode_detect, IB_alphamode_premul, blender::imbuf::imb_oiio_read(), ImFileColorSpace::is_hdr_float, and size().
| bool imb_save_dpx | ( | ImBuf * | ibuf, |
| const char * | filepath, | ||
| int | flags ) |
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.