|
Blender V5.0
|
Go to the source code of this file.
Functions | |
| bool | imb_is_a_hdr (const uchar *mem, size_t size) |
| ImBuf * | imb_load_hdr (const uchar *mem, size_t size, int flags, ImFileColorSpace &r_colorspace) |
| bool | imb_save_hdr (ImBuf *ibuf, const char *filepath, int flags) |
| bool imb_is_a_hdr | ( | const uchar * | mem, |
| size_t | size ) |
Definition at line 17 of file format_hdr.cc.
References blender::imbuf::imb_oiio_check(), and size().
| ImBuf * imb_load_hdr | ( | const uchar * | mem, |
| size_t | size, | ||
| int | flags, | ||
| ImFileColorSpace & | r_colorspace ) |
Definition at line 22 of file format_hdr.cc.
References ImBuf::flags, IB_alphamode_detect, IB_alphamode_premul, IB_byte_data, IMB_byte_from_float(), IMB_FTYPE_RADHDR, blender::imbuf::imb_oiio_read(), size(), and blender::imbuf::ReadContext::use_all_planes.
| bool imb_save_hdr | ( | ImBuf * | ibuf, |
| const char * | filepath, | ||
| int | flags ) |
Definition at line 44 of file format_hdr.cc.
References blender::imbuf::imb_create_write_context(), blender::imbuf::imb_create_write_spec(), and blender::imbuf::imb_oiio_write().