.\" Generated by the Allegro makedoc utility .TH exbitmap 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME exbitmap \- Loading and displaying PCX and BMP files. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B Example exbitmap .SH DESCRIPTION This program demonstrates how to load and display a bitmap file. You have to use this example from the command line to specify as first parameter a graphic file in one of Allegro's supported formats. If the file is loaded successfully, it will be displayed until you press a key. .SH SEE ALSO .BR BITMAP (3alleg4), .BR END_OF_MAIN (3alleg4), .BR PALETTE (3alleg4), .BR SCREEN_H (3alleg4), .BR SCREEN_W (3alleg4), .BR allegro_error (3alleg4), .BR allegro_init (3alleg4), .BR allegro_message (3alleg4), .BR blit (3alleg4), .BR destroy_bitmap (3alleg4), .BR install_keyboard (3alleg4), .BR load_bitmap (3alleg4), .BR readkey (3alleg4), .BR screen (3alleg4), .BR set_gfx_mode (3alleg4), .BR set_palette (3alleg4)