.\" Automatically generated by Pandoc 2.9.2.1 .\" .TH "al_identify_bitmap" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_identify_bitmap - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include char const *al_identify_bitmap(char const *filename) \f[R] .fi .SH DESCRIPTION .PP This works exactly as al_identify_bitmap_f(3alleg5) but you specify the filename of the file for which to detect the type and not a file handle. The extension, if any, of the passed filename is not taken into account - only the file contents. .SH SINCE .PP 5.1.12 .SH SEE ALSO .PP al_init_image_addon(3alleg5), al_identify_bitmap_f(3alleg5), al_register_bitmap_identifier(3alleg5)