Man Linux: Main Page and Category List

NAME

       exbitmap  -  Loading  and  displaying  PCX  and BMP files. Allegro game
       programming library.

SYNOPSIS

       #include <allegro.h>

       Example exbitmap

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.

SEE ALSO

       BITMAP(3alleg), END_OF_MAIN(3alleg), PALETTE(3alleg), SCREEN_H(3alleg),
       SCREEN_W(3alleg),      allegro_error(3alleg),     allegro_init(3alleg),
       allegro_message(3alleg),     blit(3alleg),      destroy_bitmap(3alleg),
       install_keyboard(3alleg),     load_bitmap(3alleg),     readkey(3alleg),
       screen(3alleg), set_gfx_mode(3alleg), set_palette(3alleg)