1SDL_SaveBMP(3)                 SDL API Reference                SDL_SaveBMP(3)
2
3
4

NAME

6       SDL_SaveBMP - Save an SDL_Surface as a Windows BMP file.
7

SYNOPSIS

9       #include "SDL.h"
10
11       int SDL_SaveBMP(SDL_Surface *surface, const char *file);
12

DESCRIPTION

14       Saves the SDL_Surface surface as a Windows BMP file named file.
15

RETURN VALUE

17       Returns 0 if successful or -1 if there was an error.
18

SEE ALSO

20       SDL_LoadBMP
21
22
23
24SDL                         Tue 11 Sep 2001, 23:01              SDL_SaveBMP(3)
Impressum