Skip to contents

Load image from file into CPU memory (RAM).

Usage

load_image(file_name)

Arguments

file_name

A string.

Value

An image

Note

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

Image LoadImage(const char *fileName);