load-image-raw ( fileName width height format headerSize -- Image )


Vocabulary
raylib

Inputs
fileNamea c-string
widthan int
heightan int
formatan int
headerSizean int


Outputs
Imagea Image


Word description
Load image from RAW file data.

Definition


LIBRARY: raylib FUNCTION-ALIAS: load-image-raw Image
LoadImageRaw
( c-string fileName, int width, int height, int format, int
headerSize )