Initialises SDL_image with the desired flags or default ones.
A full list of init flags and info on Initializing SDL_image can be found in the Official Documentation.
The normal IMG_Init() can be used without problems or doing something special, this function is for completness and adding defaults.
int LEXSDL_InitIMG(int flags);