export-image-to-memory ( image fileType fileSize -- uchar* )


Vocabulary
raylib

Inputs
imagea Image
fileTypea c-string
fileSizea pointer to a int


Outputs
uchar*a pointer to a uchar


Word description
Export image to memory buffer

Warning
Memory must be MemFree()!


Definition


LIBRARY: raylib FUNCTION-ALIAS: export-image-to-memory
uchar* ExportImageToMemory
( Image image, c-string fileType, int* fileSize )