1save_bmp(3)                     Allegro manual                     save_bmp(3)
2
3
4

NAME

6       save_bmp  -  Saves  a  bitmap into a BMP file. Allegro game programming
7       library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       int save_bmp(const char *filename, BITMAP *bmp, const RGB *pal);
14

DESCRIPTION

16       Writes a bitmap into a 256-color or 24-bit truecolor BMP file.
17

RETURN VALUE

19       Returns non-zero on error.
20
21

SEE ALSO

23       save_bitmap(3)
24
25
26
27Allegro                          version 4.2.2                     save_bmp(3)
Impressum