|
Blender V5.0
|
Go to the source code of this file.
Functions | |
| bool | imb_is_a_psd (const uchar *mem, size_t size) |
| ImBuf * | imb_load_psd (const uchar *mem, size_t size, int flags, ImFileColorSpace &r_colorspace) |
| 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(), and size().
| ImBuf * imb_load_psd | ( | const uchar * | mem, |
| size_t | size, | ||
| int | flags, | ||
| ImFileColorSpace & | r_colorspace ) |
Definition at line 23 of file format_psd.cc.
References IMB_FTYPE_PSD, blender::imbuf::imb_oiio_read(), size(), and blender::imbuf::ReadContext::use_metadata_colorspace.