Skip to contents

Resize image (Nearest-Neighbor scaling algorithm).

Usage

image_resize_nn(image, new_width, new_height)

Arguments

image

An image.

new_width

An integer.

new_height

An integer.

Note

This function has been auto-generated from the following Raylib function definition:

void ImageResizeNN(Image *image, int newWidth,int newHeight);