Scroll to navigation

IMG_Version(3) SDL_image3 FUNCTIONS IMG_Version(3)

NAME

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

SYNOPSIS

#include <SDL3_image/SDL_image.h>
int IMG_Version(void);

RETURN VALUE

Returns SDL_image version.

AVAILABILITY

This function is available since SDL_image 3.0.0.

SDL_image 3.3.4 SDL_image