1al_save_bitmap(3)          Library Functions Manual          al_save_bitmap(3)
2
3
4

NAME

6       al_save_bitmap
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              bool al_save_bitmap(const char *filename, ALLEGRO_BITMAP *bitmap)
12

DESCRIPTION

14       Saves  an  ALLEGRO_BITMAP(3) to an image file.  The file type is deter‐
15       mined by the extension.
16
17       Returns true on success, false on error.
18
19              Note: the core Allegro library does not support any  image  file
20              formats  by  default.   You must use the allegro_image addon, or
21              register your own format handler.
22

SEE ALSO

24       al_save_bitmap_f(3),                       al_register_bitmap_saver(3),
25       al_init_image_addon(3)
26
27
28
29Allegro reference manual                                     al_save_bitmap(3)
Impressum