GRASS GIS 8 Programmer's Manual 8.4.1(2025)-45ca3179ab
|
#include <grass/config.h>
#include <grass/gis.h>
#include <grass/glocale.h>
Go to the source code of this file.
Functions | |
int | G_rle_compress_bound (int src_sz) |
int | G_rle_compress (unsigned char *src, int src_sz, unsigned char *dst, int dst_sz) |
int | G_rle_expand (unsigned char *src, int src_sz, unsigned char *dst, int dst_sz) |
int G_rle_compress | ( | unsigned char * | src, |
int | src_sz, | ||
unsigned char * | dst, | ||
int | dst_sz ) |