Manpages

Manpage of SDL_SaveBMP

SDL_SaveBMP

Section: SDL API Reference (3)
Updated: Tue 11 Sep 2001, 23:01
Index
Return to Main Contents
 

NAME

SDL_SaveBMP- Save an SDL_Surface as a Windows BMP file.  

SYNOPSIS

#include "SDL.h"

int SDL_SaveBMP(SDL_Surface *surface, const char *file);  

DESCRIPTION

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

RETURN VALUE

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

SEE ALSO

SDL_LoadBMP


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 11:06:34 GMT, April 20, 2024