1exbitmap(3) Allegro manual exbitmap(3)
2
3
4
6 exbitmap - Loading and displaying PCX and BMP files. Allegro game pro‐
7 gramming library.
8
10 #include <allegro.h>
11
12
13 Example exbitmap
14
16 This program demonstrates how to load and display a bitmap file. You
17 have to use this example from the command line to specify as first
18 parameter a graphic file in one of Allegro's supported formats. If the
19 file is loaded successfully, it will be displayed until you press a
20 key.
21
22
24 BITMAP(3), END_OF_MAIN(3), PALETTE(3), SCREEN_H(3), SCREEN_W(3), alle‐
25 gro_error(3), allegro_init(3), allegro_message(3), blit(3),
26 destroy_bitmap(3), install_keyboard(3), load_bitmap(3), readkey(3),
27 screen(3), set_gfx_mode(3), set_palette(3)
28
29
30
31Allegro version 4.4.3 exbitmap(3)