image-resize-nn ( image newWidth newHeight -- )


Vocabulary
raylib

Inputs
imagea pointer to a Image
newWidthan int
newHeightan int


Outputs
None

Word description
Resize image (Nearest-Neighbor scaling algorithm)

Definition


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