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