1al_identify_bitmap(3)                                    al_identify_bitmap(3)
2
3
4

NAME

6       al_identify_bitmap - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              char const *al_identify_bitmap(char const *filename)
12

DESCRIPTION

14       This works exactly as al_identify_bitmap_f(3) but you specify the file‐
15       name of the file for which to detect the type and not  a  file  handle.
16       The extension, if any, of the passed filename is not taken into account
17       - only the file contents.
18

SINCE

20       5.1.12
21

SEE ALSO

23       al_init_image_addon(3),    al_identify_bitmap_f(3),    al_register_bit‐
24       map_identifier(3)
25
26
27
28Allegro reference manual                                 al_identify_bitmap(3)
Impressum