.\" Automatically generated by Pandoc 3.1.6.2 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "al_identify_bitmap" "3" "" "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(3) 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(3), al_identify_bitmap_f(3), al_register_bitmap_identifier(3)