Skip to content

Image Functions

Merijn Hendriks edited this page Mar 24, 2019 · 3 revisions
void automataImageLoad(AutomataImage *image, const char *filePath)

Loads the image.

image: the reference to the memory to store the image in.
filePath: the file location.

note: image cannot be NULL. filePath cannot be NULL.

void automataImageUnload(AutomataImage *image)

Unloads the image.

image: the image.

note: image cannot be NULL.

Clone this wiki locally