Go to the source code of this file.
Namespaces | |
namespace | WURDE |
Functions | |
long | GCM_rleEncodeGreyLow (unsigned char *data, const long rows, const long cols) |
long | GCM_rleEncodeGreyMed (unsigned char *data, const long rows, const long cols) |
long | GCM_rleEncodePixLow (unsigned char *data, const long rows, const long cols) |
long | GCM_rleEncodePixMed (unsigned char *data, const long rows, const long cols) |
int | GCM_rleDecodeGreyLow (unsigned char *source, const long rleSize, unsigned char *target) |
int | GCM_rleDecodeGreyMed (unsigned char *source, const long rleSize, unsigned char *target) |
int | GCM_rleDecodePixLow (unsigned char *data, const long rleSize, unsigned char *target) |
int | GCM_rleDecodePixMed (unsigned char *data, const long rleSize, unsigned char *target) |