|
Blender V5.0
|
Go to the source code of this file.
Functions | |
| bool | imb_is_a_bmp (const uchar *mem, size_t size) |
| ImBuf * | imb_load_bmp (const uchar *mem, size_t size, int flags, ImFileColorSpace &r_colorspace) |
| bool | imb_save_bmp (ImBuf *ibuf, const char *filepath, int flags) |
| bool imb_is_a_bmp | ( | const uchar * | mem, |
| size_t | size ) |
Definition at line 17 of file format_bmp.cc.
References blender::imbuf::imb_oiio_check(), and size().
| ImBuf * imb_load_bmp | ( | const uchar * | mem, |
| size_t | size, | ||
| int | flags, | ||
| ImFileColorSpace & | r_colorspace ) |
Definition at line 22 of file format_bmp.cc.
References IMB_FTYPE_BMP, blender::imbuf::imb_oiio_read(), and size().
| bool imb_save_bmp | ( | ImBuf * | ibuf, |
| const char * | filepath, | ||
| int | flags ) |
Definition at line 33 of file format_bmp.cc.
References blender::imbuf::imb_create_write_context(), blender::imbuf::imb_create_write_spec(), blender::imbuf::imb_oiio_write(), and ImBuf::planes.