This function gets the version of the dynamically linked SDL_image library.
const SDL_version * IMG_Linked_Version(void);
Returns SDL_image version
it should NOT be used to fill a version structure, instead you should use the SDL_IMAGE_VERSION() macro.
CategoryAPI