This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | IMGTYPE_GIF 0 |
#define | IMGTYPE_PNG 1 |
#define | IMGTYPE_JPEG 2 |
#define | IMGTYPE_UNKNOWN 0xFF |
Functions | |
Boolean | imginfo (FileDescrType fd, UInt8 *type, UInt16 *width, UInt16 *height) |
|
Definition at line 28 of file imginfo.h. Referenced by imginfo(). |
|
|
|
Definition at line 29 of file imginfo.h. Referenced by imginfo(). |
|
|
|
Definition at line 49 of file imginfo.c. References BS, feof(), fread(), fseek(), gif87a_magic, gif89a_magic, IMGTYPE_GIF, IMGTYPE_PNG, LG, mapmax, memcpy(), png_magic, rewind(), SEEK_CUR, strcmp(), strlen(), strncmp(), and USAT. Referenced by FileSelFormHandleEvent(), and search_map(). |