Blender V4.3
format_png.cc File Reference

Go to the source code of this file.

Functions

bool imb_is_a_png (const uchar *mem, size_t size)
 
ImBufimb_load_png (const uchar *mem, size_t size, int flags, char colorspace[IM_MAX_SPACE])
 
bool imb_save_png (ImBuf *ibuf, const char *filepath, int flags)
 

Function Documentation

◆ imb_is_a_png()

bool imb_is_a_png ( const uchar * mem,
size_t size )

Definition at line 18 of file format_png.cc.

References blender::imbuf::imb_oiio_check().

◆ imb_load_png()

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

◆ imb_save_png()