HDF
4.3.0
API Reference
|
#include "hdf.h"
Data Structures | |
struct | GIFHEAD |
struct | GIFIMAGEDESC |
struct | GIFGRAPHICCONTROL |
struct | GIFPLAINTEXT |
struct | GIFAPPLICATION |
struct | GIFCOMMENT |
struct | GIFTOMEM |
Macros | |
#define | MAX_PAL 768 |
#define | false 0; |
#define | true 1; |
Typedefs | |
typedef uint8 | BYTE |
typedef uint16 | WORD |
typedef char | CHAR |
typedef uint8 | boolean |
Functions | |
GIFTOMEM | Gif2Mem (BYTE *) |
int | ReadGifHeader (GIFHEAD *, BYTE **) |
int | ReadGifImageDesc (GIFIMAGEDESC *, BYTE **) |
int | ReadGifGraphicControl (GIFGRAPHICCONTROL *, BYTE **) |
int | ReadGifPlainText (GIFPLAINTEXT *, BYTE **) |
int | ReadGifApplication (GIFAPPLICATION *, BYTE **) |
int | ReadGifComment (GIFCOMMENT *, BYTE **) |
int | WriteHDF (GIFTOMEM, CHAR *, CHAR *) |
BYTE * | ReadDataSubBlocks (BYTE **, WORD *) |
BYTE * | Decompress (GIFIMAGEDESC *, GIFHEAD *) |
BYTE | GetByte (BYTE *) |
WORD | GetWord (BYTE *) |
Variables | |
int | EndianOrder |
#define false 0; |
#define MAX_PAL 768 |
#define true 1; |
typedef char CHAR |
BYTE * Decompress | ( | GIFIMAGEDESC * | , |
GIFHEAD * | ) |
int ReadGifApplication | ( | GIFAPPLICATION * | , |
BYTE ** | ) |
int ReadGifComment | ( | GIFCOMMENT * | , |
BYTE ** | ) |
int ReadGifGraphicControl | ( | GIFGRAPHICCONTROL * | , |
BYTE ** | ) |
int ReadGifImageDesc | ( | GIFIMAGEDESC * | , |
BYTE ** | ) |
int ReadGifPlainText | ( | GIFPLAINTEXT * | , |
BYTE ** | ) |
|
extern |