Blender V2.61 - r43446
Functions

openexr_api.h File Reference

#include <stdio.h>

Go to the source code of this file.

Functions

int imb_is_a_openexr (unsigned char *mem)
int imb_save_openexr (struct ImBuf *ibuf, const char *name, int flags)
struct ImBufimb_load_openexr (unsigned char *mem, size_t size, int flags)

Detailed Description

Definition in file openexr_api.h.


Function Documentation

int imb_is_a_openexr ( unsigned char *  mem)

Test presence of OpenEXR file.

Parameters:
mempointer to loaded OpenEXR bitstream

Definition at line 156 of file openexr_api.cpp.

Referenced by imb_load_openexr().

struct ImBuf* imb_load_openexr ( unsigned char *  mem,
size_t  size,
int  flags 
) [read]
int imb_save_openexr ( struct ImBuf ibuf,
const char *  name,
int  flags 
)