home *** CD-ROM | disk | FTP | other *** search
- // GifTool.h
- //
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- HGLOBAL FAR PASCAL EXPORT ReadGifImage(LPCSTR imagefile, UINT* pPaletteSize, BOOL FAR* lpbTransparent, LPBYTE lpColor);
- BOOL FAR PASCAL EXPORT UpdateTransparency(LPCSTR imagefile, COLORREF crTrans, unsigned short width, unsigned short height);
- HANDLE* FAR PASCAL EXPORT ReadGifImageEx(LPCSTR imagefile, UINT* pPaletteSize, BOOL FAR* lpbTransparent,
- LPBYTE lpColor, LPINT pImages, unsigned short* lpDelay);
-
- #ifdef __cplusplus
- }
- #endif
-