1al_init_image_addon(3) Library Functions Manual al_init_image_addon(3)
2
3
4
6 al_init_image_addon
7
9 #include <allegro5/allegro_image.h>
10
11 bool al_init_image_addon(void)
12
14 Initializes the image addon. This registers bitmap format handlers for
15 al_load_bitmap(3), al_load_bitmap_f(3), al_save_bitmap(3), al_save_bit‐
16 map_f(3).
17
18 The following types are built into the Allegro image addon and guaran‐
19 teed to be available: BMP, PCX, TGA. Every platform also supports JPEG
20 and PNG via external dependencies.
21
22 Other formats may be available depending on the operating system and
23 installed libraries, but are not guaranteed and should not be assumed
24 to be universally available.
25
26
27
28Allegro reference manual al_init_image_addon(3)