Blender V2.61 - r43446
Typedefs | Functions

dpxlib.h File Reference

#include "logImageCore.h"

Go to the source code of this file.

Typedefs

typedef struct _Log_Image_File_t_ DpxFile

Functions

void dpxSetVerbose (int)
DpxFiledpxOpen (const char *filename)
DpxFiledpxCreate (const char *filename, int xsize, int ysize, int channels)
DpxFiledpxOpenFromMem (unsigned char *buffer, unsigned int size)
int dpxIsMemFileCineon (void *buffer)
int dpxGetRowBytes (DpxFile *dpx, unsigned short *row, int y)
int dpxSetRowBytes (DpxFile *dpx, const unsigned short *row, int y)
void dpxClose (DpxFile *dpx)
void dpxDump (const char *filename)

Detailed Description

Definition in file dpxlib.h.


Typedef Documentation

typedef struct _Log_Image_File_t_ DpxFile

Definition at line 34 of file dpxlib.h.


Function Documentation

void dpxClose ( DpxFile dpx)
DpxFile* dpxCreate ( const char *  filename,
int  xsize,
int  ysize,
int  channels 
)
void dpxDump ( const char *  filename)

Definition at line 685 of file dpxlib.c.

References d_printf, and dumpDpxMainHeader().

Referenced by logImageDump().

int dpxGetRowBytes ( DpxFile dpx,
unsigned short *  row,
int  y 
)
int dpxIsMemFileCineon ( void *  buffer)

Definition at line 563 of file dpxlib.c.

References DPX_FILE_MAGIC.

Referenced by imb_is_dpx().

DpxFile* dpxOpen ( const char *  filename)

Definition at line 553 of file dpxlib.c.

References intern_dpxOpen(), and LFREALFILE.

Referenced by logImageOpen().

DpxFile* dpxOpenFromMem ( unsigned char *  buffer,
unsigned int  size 
)

Definition at line 558 of file dpxlib.c.

References intern_dpxOpen(), and LFMEMFILE.

Referenced by logImageOpenFromMem().

int dpxSetRowBytes ( DpxFile dpx,
const unsigned short *  row,
int  y 
)
void dpxSetVerbose ( int  )

Definition at line 214 of file dpxlib.c.

References verbose.

Referenced by logImageSetVerbose().