SDL_SaveBMP
NAME SYNOPSIS DESCRIPTION RETURN VALUE SEE ALSO
SDL_SaveBMP- Save an SDL_Surface as a Windows BMP file.
#include
int SDL_SaveBMP(__SDL_Surface *surface, const char
Saves the SDL_Surface surface as a Windows BMP file named file.
Returns 0 if successful or -1 if there was an error.
SDL_LoadBMP
One page links to SDL_SaveBMP(3):