exscale (3) - Linux Manuals
exscale: Loading PCX files and bitmap stretching. Allegro game programming library.
Command to display exscale
manual in Linux: $ man 3 exscale
NAME
exscale - Loading PCX files and bitmap stretching. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
Example exscale
DESCRIPTION
This example demonstrates how to use PCX files, palettes and stretch
blits. It loads a PCX file, sets its palette and does some random
stretch_blits. Don't worry - it's VERY slowed down using vsync().
SEE ALSO
BITMAP(3),
END_OF_MAIN(3),
PALETTE(3),
SCREEN_H(3),
SCREEN_W(3),
allegro_error(3),
allegro_init(3),
allegro_message(3),
blit(3),
destroy_bitmap(3),
install_keyboard(3),
keypressed(3),
load_pcx(3),
replace_filename(3),
screen(3),
set_gfx_mode(3),
set_palette(3),
stretch_blit(3),
vsync(3)
Pages related to exscale
- exscn3d (3) - Using the 3d scene functions. Allegro game programming library.
- exscroll (3) - Mode-X hardware scrolling and split screens. Allegro game programming library.
- exsample (3) - Playing digital samples. Allegro game programming library.
- exshade (3) - Gouraud shaded sprites. Allegro game programming library.
- exspline (3) - Constructing smooth movement paths from spline curves. Allegro game programming library.
- exsprite (3) - Datafiles access and sprite animation. Allegro game programming library.
- exstars (3) - 3d starfield and lightsourced spaceship. Allegro game programming library.
- exstream (3) - Playing audio streams. Allegro game programming library.