Blender V2.61 - r43446
|
#include <stddef.h>
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_filetype.h"
#include "imbuf.h"
Go to the source code of this file.
Functions | |
static int | imb_ftype_default (ImFileType *type, ImBuf *ibuf) |
static int | imb_ftype_iris (ImFileType *type, ImBuf *ibuf) |
void | imb_filetypes_init (void) |
void | imb_filetypes_exit (void) |
Variables | |
ImFileType | IMB_FILE_TYPES [] |
Definition in file filetype.c.
void imb_filetypes_exit | ( | void | ) |
Definition at line 102 of file filetype.c.
References ImFileType::exit, ImFileType::is_a, and direntry::type.
Referenced by IMB_exit().
void imb_filetypes_init | ( | void | ) |
Definition at line 93 of file filetype.c.
References ImFileType::init, ImFileType::is_a, and direntry::type.
Referenced by IMB_init().
static int imb_ftype_default | ( | ImFileType * | type, |
ImBuf * | ibuf | ||
) | [static] |
Definition at line 47 of file filetype.c.
References ImFileType::filetype, and ImBuf::ftype.
static int imb_ftype_iris | ( | ImFileType * | type, |
ImBuf * | ibuf | ||
) | [static] |
Definition at line 51 of file filetype.c.
References ImBuf::ftype, and IMAGIC.
Definition at line 61 of file filetype.c.
Referenced by IMB_ibImageFromMemory(), IMB_ispic_name(), imb_loadtilefile(), and IMB_saveiff().