allegro5.bitmap_io

Undocumented in source.

Members

Aliases

ALLEGRO_IIO_FS_LOADER_FUNCTION
alias ALLEGRO_IIO_FS_LOADER_FUNCTION = ALLEGRO_BITMAP* function(ALLEGRO_FILE* fp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALLEGRO_IIO_FS_SAVER_FUNCTION
alias ALLEGRO_IIO_FS_SAVER_FUNCTION = bool function(ALLEGRO_FILE* fp, 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.
ALLEGRO_IIO_IDENTIFIER_FUNCTION
alias ALLEGRO_IIO_IDENTIFIER_FUNCTION = bool function(ALLEGRO_FILE* f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALLEGRO_IIO_LOADER_FUNCTION
alias ALLEGRO_IIO_LOADER_FUNCTION = ALLEGRO_BITMAP* function(in char* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALLEGRO_IIO_SAVER_FUNCTION
alias ALLEGRO_IIO_SAVER_FUNCTION = bool function(in 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.

Enums

ALLEGRO_KEEP_BITMAP_FORMAT
anonymousenum ALLEGRO_KEEP_BITMAP_FORMAT
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

al_identify_bitmap
const(char)* al_identify_bitmap(const(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_identify_bitmap_f
const(char)* al_identify_bitmap_f(ALLEGRO_FILE* fp)
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
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_identifier
bool al_register_bitmap_identifier(char* ext, ALLEGRO_IIO_IDENTIFIER_FUNCTION identifier)
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.

Meta