Blender
V3.3
|
#include <stdio.h>
Go to the source code of this file.
Functions | |
bool | imb_is_a_photoshop (const unsigned char *mem, size_t size) |
int | imb_save_photoshop (struct ImBuf *ibuf, const char *name, int flags) |
struct ImBuf * | imb_load_photoshop (const char *name, int flags, char *colorspace) |
int | OIIO_getVersionHex (void) |
bool imb_is_a_photoshop | ( | const unsigned char * | mem, |
size_t | size | ||
) |
Definition at line 150 of file openimageio_api.cpp.
struct ImBuf* imb_load_photoshop | ( | const char * | name, |
int | flags, | ||
char * | colorspace | ||
) |
int imb_save_photoshop | ( | struct ImBuf * | ibuf, |
const char * | name, | ||
int | flags | ||
) |
Definition at line 159 of file openimageio_api.cpp.
References ImBuf::encodedsize, IB_mem, and imb_addencodedbufferImBuf().
int OIIO_getVersionHex | ( | void | ) |
Definition at line 269 of file openimageio_api.cpp.
Referenced by make_oiio_info().