Blender V4.5
format_psd.cc File Reference

Go to the source code of this file.

Functions

bool imb_is_a_psd (const uchar *mem, size_t size)
ImBufimb_load_psd (const uchar *mem, size_t size, int flags, ImFileColorSpace &r_colorspace)

Function Documentation

◆ imb_is_a_psd()

bool imb_is_a_psd ( const uchar * mem,
size_t size )

Definition at line 18 of file format_psd.cc.

References imb_is_a_psd(), and blender::imbuf::imb_oiio_check().

Referenced by imb_is_a_psd().

◆ imb_load_psd()

ImBuf * imb_load_psd ( const uchar * mem,
size_t size,
int flags,
ImFileColorSpace & r_colorspace )