|
| template<typename T > |
| static void | blender::imbuf::fill_all_channels (T *pixels, int width, int height, int components, T alpha) |
| |
| template<typename T > |
| static ImBuf * | blender::imbuf::load_pixels (ImageInput *in, int width, int height, int channels, int flags, bool use_all_planes) |
| |
| static void | blender::imbuf::set_colorspace_name (char colorspace[IM_MAX_SPACE], const ReadContext &ctx, const ImageSpec &spec, bool is_float) |
| |
| static ImBuf * | blender::imbuf::get_oiio_ibuf (ImageInput *in, const ReadContext &ctx, char colorspace[IM_MAX_SPACE]) |
| |
| static unique_ptr< ImageInput > | blender::imbuf::get_oiio_reader (const char *format, const ImageSpec &config, Filesystem::IOMemReader &mem_reader, ImageSpec &r_newspec) |
| |
| bool | blender::imbuf::imb_oiio_check (const uchar *mem, size_t mem_size, const char *file_format) |
| |
| ImBuf * | blender::imbuf::imb_oiio_read (const ReadContext &ctx, const ImageSpec &config, char colorspace[IM_MAX_SPACE], ImageSpec &r_newspec) |
| |
| bool | blender::imbuf::imb_oiio_write (const WriteContext &ctx, const char *filepath, const ImageSpec &file_spec) |
| |
| WriteContext | blender::imbuf::imb_create_write_context (const char *file_format, ImBuf *ibuf, int flags, bool prefer_float) |
| |
| ImageSpec | blender::imbuf::imb_create_write_spec (const WriteContext &ctx, int file_channels, TypeDesc data_format) |
| |