logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

       Writes a bitmap into a 256-color or 24-bit truecolor PCX file.

Name

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

Return Value

       Returns non-zero on error.

See Also

save_bitmap(3alleg4)

Allegro                                           version 4.4.3                                save_pcx(3alleg4)

Synopsis

#include<allegro.h>intsave_pcx(constchar*filename,BITMAP*bmp,constRGB*pal);

See Also