image-resize ( image newWidth newHeight -- )


Vocabulary
raylib

Inputs
imagea pointer to a Image
newWidthan int
newHeightan int


Outputs
None

Word description
Resize image (Bicubic scaling algorithm)

Definition


LIBRARY: raylib FUNCTION-ALIAS: image-resize void
ImageResize ( Image* image, int newWidth, int newHeight )