Handbook
Glossary
export-image-to-memory ( image fileType fileSize -- uchar* )
Vocabulary
raylib
Inputs
image
a
Image
fileType
a
c-string
fileSize
a
pointer
to a
int
Outputs
uchar*
a
pointer
to a
uchar
Word description
Export image to memory buffer
Warning
Memory must be MemFree()!
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
export-image-to-memory
uchar* ExportImageToMemory
(
Image
image,
c-string
fileType, int* fileSize )