#include "config.h"#include "misc.h"#include "lisp.h"#include "imf.h"Include dependency graph for gif.c:

| Defines | |
| #define | PBM_TYPE 1 | 
| #define | PGM_TYPE 2 | 
| #define | PPM_TYPE 3 | 
| #define | MAXCOLORMAPSIZE 256 | 
| #define | CM_RED 0 | 
| #define | CM_GREEN 1 | 
| #define | CM_BLUE 2 | 
| #define | MAX_LWZ_BITS 12 | 
| #define | INTERLACE 0x40 | 
| #define | LOCALCOLORMAP 0x80 | 
| #define | BitSet(byte, bit) (((byte) & (bit)) == (bit)) | 
| #define | ReadOK(file, buffer, len) (fread(buffer, len, 1, file) != 0) | 
| #define | LM_to_uint(a, b) (((b)<<8)|(a)) | 
| Functions | |
| void | make_pathname (char *path, char *name, char *extn, char *pathbuf) | 
| int | get_gif (FileImage *fimg) | 
| Variables | |
| int | verbose | 
| int | showComment | 
| int | ZeroDataBlock = FALSE | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | ||||||||||||||||||||
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
 1.3.6
 
1.3.6