Handbook
Glossary
image-resize-nn ( image newWidth newHeight -- )
Vocabulary
raylib
Inputs
image
a
pointer
to a
Image
newWidth
an
int
newHeight
an
int
Outputs
None
Word description
Resize image (Nearest-Neighbor scaling algorithm)
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
image-resize-nn
void
ImageResizeNN ( Image* image,
int
newWidth,
int
newHeight )