export-image ( image fileName -- bool )


Vocabulary
raylib

Inputs
imagea Image
fileNamea c-string


Outputs
boola bool


Word description
Export image data to file, returns true on success

Definition