1save_bmp(3) Allegro manual save_bmp(3)
23
4
NAME
6save_bmp - Saves a bitmap into a BMP file. Allegro game programming
7library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int save_bmp(const char *filename, BITMAP *bmp, const RGB *pal);
14
DESCRIPTION
16Writes a bitmap into a 256-color or 24-bit truecolor BMP file.
17
RETURN VALUE
19Returns non-zero on error.
2021
SEE ALSO
23save_bitmap(3)
2425
26
27
Allegro version 4.4.3 save_bmp(3)