Blender V4.3
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, char colorspace[IM_MAX_SPACE])
 

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 blender::imbuf::imb_oiio_check().

◆ imb_load_psd()

ImBuf * imb_load_psd ( const uchar * mem,
size_t size,
int flags,
char colorspace[IM_MAX_SPACE] )