[SDL] Strange problem with Win32 Sleep function and SDL

Torsten Giebl wizard at syntheticsw.com
Wed Jun 6 07:58:50 PDT 2007


Hello !


> For example I've just discovered the function "IMG_Load".
> Is it faster than SDL_LoadBMP? Is there any other way to load
> an image with SDL? Etc.


SDL_LoadBMP comes with SDL itself and only loads BMP Files.
IMG_Load comes with SDL_image. An add. library that can be
used with SDL, okay it has SDL as a dependency, to load different
image formats, like PNG, JPG, GIF ...


CU



More information about the SDL mailing list