load_bitmap (3) Linux Manual Page
load_bitmap – Loads any supported bitmap from a file. Allegro game programming library. Synopsis#include <allegro.h> BITMAP *load_bitmap(const char *filename, RGB *pal); DescriptionLoads a bitmap from a file. The palette data will be stored in the second parameter, which should be an array of 256 RGB structures. At present this function supports BMP, LBM, PCX, and…
