#include "../config.h"
#include <stdio.h>
#include "gif_lib.h"
Go to the source code of this file.
Defines | |
#define | PROGRAM_NAME "GIF_LIBRARY" |
Functions | |
const char * | GetGifVersionStr () |
int | GifLastError (void) |
void | PrintGifError (void) |
Variables | |
int | _GifError = 0 |
static char * | VersionStr |
const char* GetGifVersionStr | ( | ) |
void PrintGifError | ( | void | ) |
Definition at line 59 of file gif_err.c.
References _GifError, D_GIF_ERR_CLOSE_FAILED, D_GIF_ERR_DATA_TOO_BIG, D_GIF_ERR_EOF_TOO_SOON, D_GIF_ERR_IMAGE_DEFECT, D_GIF_ERR_NO_COLOR_MAP, D_GIF_ERR_NO_IMAG_DSCR, D_GIF_ERR_NO_SCRN_DSCR, D_GIF_ERR_NOT_ENOUGH_MEM, D_GIF_ERR_NOT_GIF_FILE, D_GIF_ERR_NOT_READABLE, D_GIF_ERR_OPEN_FAILED, D_GIF_ERR_READ_FAILED, D_GIF_ERR_WRONG_RECORD, E_GIF_ERR_CLOSE_FAILED, E_GIF_ERR_DATA_TOO_BIG, E_GIF_ERR_DISK_IS_FULL, E_GIF_ERR_HAS_IMAG_DSCR, E_GIF_ERR_HAS_SCRN_DSCR, E_GIF_ERR_NO_COLOR_MAP, E_GIF_ERR_NOT_ENOUGH_MEM, E_GIF_ERR_NOT_WRITEABLE, E_GIF_ERR_OPEN_FAILED, E_GIF_ERR_WRITE_FAILED, Err, fprintf(), and NULL.
int _GifError = 0 |
Definition at line 23 of file gif_err.c.
Referenced by DGifBufferedInput(), DGifCloseFile(), DGifDecompressLine(), DGifGetCode(), DGifGetCodeNext(), DGifGetExtension(), DGifGetExtensionNext(), DGifGetImageDesc(), DGifGetLine(), DGifGetRecordType(), DGifGetScreenDesc(), DGifGetWord(), DGifOpen(), EGifBufferedOutput(), EGifCloseFile(), EGifCompressLine(), EGifOpen(), EGifOpenFileHandle(), EGifPutExtension(), EGifPutExtensionFirst(), EGifPutExtensionLast(), EGifPutExtensionNext(), EGifPutImageDesc(), EGifPutLine(), EGifPutScreenDesc(), EGifSetupCompress(), GifLastError(), and PrintGifError().
char* VersionStr [static] |
Initial value:
PROGRAM_NAME " IBMPC " GIF_LIB_VERSION " Eric S. Raymond, " __DATE__ ", " __TIME__ "\n" "(C) Copyright 1997 Eric S. Raymond\n"
Definition at line 30 of file gif_err.c.
Referenced by GetGifVersionStr().