SDL_SaveBMP
Save an SDL_Surface as a Windows BMP file.
- Provided by: libsdl1.2-dev (Version: 1.2.15+dfsg1-3ubuntu0.1)
- Source: libsdl1.2
- Report a bug
Save an SDL_Surface as a Windows BMP file.
#include "SDL.h"
int SDL_SaveBMP(SDL_Surface *surface, const char *file);
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