Blender  V2.59
Functions
cineon_dpx.c File Reference
#include <stdio.h>
#include <string.h>
#include "logImageLib.h"
#include "cineonlib.h"
#include "dpxlib.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.h"
#include "IMB_filetype.h"
#include "BKE_global.h"
#include "MEM_guardedalloc.h"

Go to the source code of this file.

Functions

static struct ImBufimb_load_dpx_cineon (unsigned char *mem, int use_cineon, int size, int flags)
static int imb_save_dpx_cineon (ImBuf *ibuf, const char *filename, int use_cineon, int flags)
int imb_savecineon (struct ImBuf *buf, const char *myfile, int flags)
int imb_is_cineon (unsigned char *buf)
ImBufimb_loadcineon (unsigned char *mem, size_t size, int flags)
int imb_save_dpx (struct ImBuf *buf, const char *myfile, int flags)
int imb_is_dpx (unsigned char *buf)
ImBufimb_loaddpx (unsigned char *mem, size_t size, int flags)

Detailed Description

Definition in file cineon_dpx.c.


Function Documentation

int imb_is_cineon ( unsigned char *  buf)

Definition at line 202 of file cineon_dpx.c.

References cineonIsMemFileCineon().

Referenced by imb_loadcineon().

int imb_is_dpx ( unsigned char *  buf)

Definition at line 219 of file cineon_dpx.c.

References dpxIsMemFileCineon().

Referenced by imb_loaddpx().

static struct ImBuf* imb_load_dpx_cineon ( unsigned char *  mem,
int  use_cineon,
int  size,
int  flags 
) [static, read]
ImBuf* imb_loadcineon ( unsigned char *  mem,
size_t  size,
int  flags 
) [read]

Definition at line 207 of file cineon_dpx.c.

References imb_is_cineon(), imb_load_dpx_cineon(), and NULL.

ImBuf* imb_loaddpx ( unsigned char *  mem,
size_t  size,
int  flags 
) [read]

Definition at line 224 of file cineon_dpx.c.

References imb_is_dpx(), imb_load_dpx_cineon(), and NULL.

int imb_save_dpx ( struct ImBuf buf,
const char *  myfile,
int  flags 
)

Definition at line 214 of file cineon_dpx.c.

References imb_save_dpx_cineon().

static int imb_save_dpx_cineon ( ImBuf ibuf,
const char *  filename,
int  use_cineon,
int  flags 
) [static]
int imb_savecineon ( struct ImBuf buf,
const char *  myfile,
int  flags 
)

Definition at line 196 of file cineon_dpx.c.

References imb_save_dpx_cineon().