diff options
Diffstat (limited to 'hl/tools/gif2h5/gif.h')
-rw-r--r-- | hl/tools/gif2h5/gif.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hl/tools/gif2h5/gif.h b/hl/tools/gif2h5/gif.h index 21ce502..a939e17 100644 --- a/hl/tools/gif2h5/gif.h +++ b/hl/tools/gif2h5/gif.h @@ -144,6 +144,11 @@ int ReadGifPlainText(GIFPLAINTEXT *, BYTE **); int ReadGifApplication(GIFAPPLICATION *, BYTE **); int ReadGifComment(GIFCOMMENT *, BYTE **); +/* HDFGIFWR.C */ +int hdfWriteGIF(FILE *fp, BYTE *pic, int ptype, int w, int h, BYTE *rmap, + BYTE *gmap, BYTE *bmap, BYTE *pc2ncmap, int numcols, + int colorstyle, int BitsPerPixel); + /* WRITEHDF.C */ int WriteHDF(GIFTOMEM , CHAR * , CHAR *); |