(This function is part of SDL_image, a separate library from SDL.)

IMG_Version

This function gets the version of the dynamically linked SDL_image library.

Header File

Defined in SDL_image.h

Syntax

int IMG_Version(void);

Return Value

Returns SDL_image version

Version

This function is available since SDL_image 3.0.0.


CategoryAPI, CategoryAPIFunction