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

NAME

6       save_pcx  -  Saves  a  bitmap into a PCX file. Allegro game programming
7       library.
8

SYNOPSIS

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

DESCRIPTION

16       Writes a bitmap into a 256-color or 24-bit truecolor PCX 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_pcx(3)
Impressum