|
Blender V4.3
|
#include <cstddef>#include "BLI_utildefines.h"#include "IMB_colormanagement.hh"#include "IMB_filetype.hh"#include "IMB_imbuf.hh"#include "IMB_imbuf_types.hh"#include "oiio/openimageio_api.h"Go to the source code of this file.
Functions | |
| const ImFileType * | IMB_file_type_from_ftype (int ftype) |
| const ImFileType * | IMB_file_type_from_ibuf (const ImBuf *ibuf) |
| void | imb_filetypes_init () |
| void | imb_filetypes_exit () |
Variables | |
| const ImFileType | IMB_FILE_TYPES [] |
| const ImFileType * | IMB_FILE_TYPES_LAST = &IMB_FILE_TYPES[ARRAY_SIZE(IMB_FILE_TYPES) - 1] |
| const ImFileType * IMB_file_type_from_ftype | ( | int | ftype | ) |
Definition at line 222 of file filetype.cc.
References IMB_FILE_TYPES, and IMB_FILE_TYPES_LAST.
Referenced by IMB_file_type_from_ibuf(), IMB_ispic_type_matches(), and IMB_thumb_load_image().
| const ImFileType * IMB_file_type_from_ibuf | ( | const ImBuf * | ibuf | ) |
Definition at line 232 of file filetype.cc.
References ImBuf::ftype, and IMB_file_type_from_ftype().
Referenced by IMB_colormanagement_colorspace_from_ibuf_ftype(), and IMB_saveiff().
| void imb_filetypes_exit | ( | ) |
Definition at line 250 of file filetype.cc.
References ImFileType::exit, IMB_FILE_TYPES, and IMB_FILE_TYPES_LAST.
Referenced by IMB_exit().
| void imb_filetypes_init | ( | ) |
Definition at line 237 of file filetype.cc.
References IMB_FILE_TYPES, IMB_FILE_TYPES_LAST, and OIIO_init().
Referenced by IMB_init().
| const ImFileType IMB_FILE_TYPES[] |
Definition at line 24 of file filetype.cc.
Referenced by IMB_file_type_from_ftype(), imb_filetypes_exit(), imb_filetypes_init(), IMB_ibImageFromMemory(), and IMB_ispic_type_from_memory().
| const ImFileType* IMB_FILE_TYPES_LAST = &IMB_FILE_TYPES[ARRAY_SIZE(IMB_FILE_TYPES) - 1] |
Definition at line 220 of file filetype.cc.
Referenced by IMB_file_type_from_ftype(), imb_filetypes_exit(), imb_filetypes_init(), IMB_ibImageFromMemory(), and IMB_ispic_type_from_memory().