/***************************************************************************** * Copyright (C) 2000 Jim Kent. This source code may be freely used * * for personal, academic, and non-profit purposes. Commercial use * * permitted only by explicit agreement with Jim Kent (jim_kent@pacbell.net) * *****************************************************************************/ struct gif_header { char giftype[6]; unsigned char wlo,whi; unsigned char hlo,hhi; unsigned char colpix; /* flags */ unsigned char bgcolor; unsigned char reserved; }; #define COLTAB 0x80 #define COLMASK 0x70 #define COLSHIFT 4 #define PIXMASK 7 #define COLPIXVGA13 (COLTAB | (5<