table of contents
other versions
- trixie 3.2.4+ds-1
- testing 3.2.6+ds-1
- unstable 3.2.6+ds-1
- experimental 3.3.4+ds-1
| IMG_Version(3) | SDL_image3 FUNCTIONS | IMG_Version(3) |
NAME¶
IMG_Version - This function gets the version of the dynamically linked SDL_image library.
HEADER FILE¶
Defined in SDL3_image/SDL_image.h
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.2.4 | SDL_image |