logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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