Go to the source code of this file.
Defines | |
#define | X__Malloc(s) GlobalAlloc(GMEM_FIXED,s) |
#define | X__Free(p) GlobalFree((HGLOBAL)p) |
#define | X__Realloc(p, s) GlobalReAlloc((HGLOBAL)p,s,GMEM_MOVEABLE) |
#define | GOOD 2 |
#define | GIFCOLOURS 256 |
Functions | |
long | getcolor (unsigned short crgb, long Npalette) |
void | SortColours (long Ngif, long N_colours) |
void | UnCompressWordLine (short bufsize, short *buffer, unsigned short *output) |
void | _BuildGif (HWND parent_window, HWND status_window, int range_f, int range_l, char *flic_file, char *stem_file, int ResolutionX, int ResolutionY, int nCOLOUR, long speed, long tzeros, unsigned long *cstats0, unsigned short *cstats1) |
BOOL WINAPI | DllMain (HANDLE hDLL, DWORD dwReason, LPVOID lpReserved) |
Variables | |
GifColorType | GifColourMap [GIFCOLOURS] |
GifFileType * | GifFile |
unsigned char * | decoderline |
#define X__Realloc | ( | p, | |||
s | ) | GlobalReAlloc((HGLOBAL)p,s,GMEM_MOVEABLE) |
long getcolor | ( | unsigned short | crgb, | |
long | Npalette | |||
) |
void SortColours | ( | long | Ngif, | |
long | N_colours | |||
) |
void UnCompressWordLine | ( | short | bufsize, | |
short * | buffer, | |||
unsigned short * | output | |||
) |
void _BuildGif | ( | HWND | parent_window, | |
HWND | status_window, | |||
int | range_f, | |||
int | range_l, | |||
char * | flic_file, | |||
char * | stem_file, | |||
int | ResolutionX, | |||
int | ResolutionY, | |||
int | nCOLOUR, | |||
long | speed, | |||
long | tzeros, | |||
unsigned long * | cstats0, | |||
unsigned short * | cstats1 | |||
) |
Definition at line 170 of file GIF_DLL.C.
References GifColorType::Blue, colorstats0, colorstats1, EGifCloseFile(), EGifOpenFileName(), EGifPutBrowserControlDesc(), EGifPutControlDesc(), EGifPutImageDesc(), EGifPutLine(), EGifPutScreenDesc(), ERROR, FALSE, getcolor(), GIFCOLOURS, GifColorType::Green, min, GifColorType::Red, SortColours(), type, UnCompressWordLine(), X__Free, and X__Malloc.
BOOL WINAPI DllMain | ( | HANDLE | hDLL, | |
DWORD | dwReason, | |||
LPVOID | lpReserved | |||
) |
Definition at line 300 of file GIF_DLL.C.
References DLL_PROCESS_ATTACH, DLL_PROCESS_DETACH, FALSE, and TRUE.
unsigned char* decoderline |