![]() |
Bsoft 2.1.4
Bernard's software package
|
Functions for reading and writing GRD files. More...
Functions | |
int | grid_decompress (Bimage *p, long len, unsigned char *buf) |
unsigned char * | grid_compress (Bimage *p, long &compress) |
int | readGRD (Bimage *p, int readdata, int img_select) |
Reading a Basel GRD map image file format. More... | |
int | writeGRD (Bimage *p, int flags) |
Writing a Basel GRD map image file format. More... | |
Variables | |
int | verbose |
Functions for reading and writing GRD files.
unsigned char * grid_compress | ( | Bimage * | p, |
long & | compress | ||
) |
int grid_decompress | ( | Bimage * | p, |
long | len, | ||
unsigned char * | buf | ||
) |
int readGRD | ( | Bimage * | p, |
int | readdata, | ||
int | img_select | ||
) |
Reading a Basel GRD map image file format.
*p | the image structure. |
readdata | flag to activate reading of image data. |
img_select | image selection in multi-image file (-1 = all images). |
int writeGRD | ( | Bimage * | p, |
int | flags | ||
) |
Writing a Basel GRD map image file format.
*p | the image structure. |
flags | flags to set output properties. |
|
extern |