home *** CD-ROM | disk | FTP | other *** search
- #define /* */OUT_OF_MEMORY -10
- #define BAD_CODE_SIZE -20
- #define READ_ERROR -1
- #define WRITE_ERROR -2
- #define OPEN_ERROR -3
- #define CREATE_ERROR -4
-
- typedef struct { unsigned short Width,
- Height;
- unsigned char ColInfo,
- BackGround,
- PixelAspect;
- } GIFDesc;
-
- typedef struct { unsigned short Left,
- Top,
- Width,
- Height;
- unsigned char Info;
- } ImageDesc;
-
-