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

NAME

6       al_load_bitmap
7

SYNOPSIS

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

DESCRIPTION

14       Loads an image file into an ALLEGRO_BITMAP(3).  The file type is deter‐
15       mined by the extension.
16
17       Returns NULL 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_load_bitmap_f(3),   al_register_bitmap_loader(3),    al_set_new_bit‐
25       map_format(3), al_set_new_bitmap_flags(3), al_init_image_addon(3)
26
27
28
29Allegro reference manual                                     al_load_bitmap(3)
Impressum