There was an error while loading. Please reload this page.
LPrint provides a pair of functions that implement PackBits compression.
unsigned char *lprintPackBitsAlloc(size_t len); size_t lprintPackBitsCompress(unsigned char *dst, const unsigned char *src, size_t len);