- al_load_bitmap
ALLEGRO_BITMAP* al_load_bitmap(char* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_load_bitmap_f
ALLEGRO_BITMAP* al_load_bitmap_f(ALLEGRO_FILE* fp, char* ident)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_load_bitmap_flags
ALLEGRO_BITMAP* al_load_bitmap_flags(char* filename, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_load_bitmap_flags_f
ALLEGRO_BITMAP* al_load_bitmap_flags_f(ALLEGRO_FILE* fp, char* ident, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_register_bitmap_loader
bool al_register_bitmap_loader(char* ext, ALLEGRO_IIO_LOADER_FUNCTION loader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_register_bitmap_loader_f
bool al_register_bitmap_loader_f(char* ext, ALLEGRO_IIO_FS_LOADER_FUNCTION fs_loader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_register_bitmap_saver
bool al_register_bitmap_saver(char* ext, ALLEGRO_IIO_SAVER_FUNCTION saver)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_register_bitmap_saver_f
bool al_register_bitmap_saver_f(char* ext, ALLEGRO_IIO_FS_SAVER_FUNCTION fs_saver)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_save_bitmap
bool al_save_bitmap(char* filename, ALLEGRO_BITMAP* bitmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_save_bitmap_f
bool al_save_bitmap_f(ALLEGRO_FILE* fp, char* ident, ALLEGRO_BITMAP* bitmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.