Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
exbitmap(3)			 Allegro manual 		     exbitmap(3)

NAME
     exbitmap  - Loading and displaying PCX and BMP files. Allegro game program-
     ming 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(3),  END_OF_MAIN(3),  PALETTE(3),  SCREEN_H(3),  SCREEN_W(3),  alle-
     gro_error(3),    allegro_init(3),	  allegro_message(3),	 blit(3),    de-
     stroy_bitmap(3),	  install_keyboard(3),	  load_bitmap(3),    readkey(3),
     screen(3), set_gfx_mode(3), set_palette(3)

Allegro 			  version 4.4.3 		     exbitmap(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=exbitmap&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help