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_bmp - Saves a bitmap into a BMP file. Allegro game programming library.

Description

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

Name

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

Return Value

       Returns non-zero on error.

See Also

save_bitmap(3alleg4)

Allegro                                           version 4.4.3                                save_bmp(3alleg4)

Synopsis

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

See Also