#include <rle.h>
Data Fields | |
enum rle_dispatch | dispatch |
int | ncolors |
int * | bg_color |
int | alpha |
int | background |
int | xmin |
int | xmax |
int | ymin |
int | ymax |
int | ncmap |
int | cmaplen |
rle_map * | cmap |
CONST_DECL char ** | comments |
FILE * | rle_file |
char | bits [256/8] |
long int | is_init |
CONST_DECL char * | cmd |
CONST_DECL char * | file_name |
int | img_num |
union { | |
struct { | |
int scan_y | |
int vert_skip | |
char is_eof | |
char is_seek | |
} get | |
struct { | |
int nblank | |
short(* brun )[2] | |
long fileptr | |
} put | |
} | priv |
Definition at line 99 of file rle.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|