Skip to contents

Convert image data to desired format.

Usage

image_format(image, new_format)

Arguments

image

An image.

new_format

An integer.

Note

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

void ImageFormat(Image *image, int newFormat);