###### (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 [<SDL3_image/SDL_image.h>](https://github.com/libsdl-org/SDL_image/blob/main/include/SDL3_image/SDL_image.h)

## Syntax

```c
int IMG_Version(void);
```

## Return Value

(int) Returns SDL_image version.

## Version

This function is available since SDL_image 3.0.0.

----
[CategoryAPI](CategoryAPI), [CategoryAPIFunction](CategoryAPIFunction), [CategorySDLImage](CategorySDLImage)