Important: The information in this document is obsolete and should not be used for new development.
Compressing and Decompressing Data
You can use thePackBits
function to compress a source buffer of data into a destination buffer and theUnpackBits
function to decompress a source buffer ofPackBits
-compressed data into a destination buffer.
Subtopics
- PackBits
- UnpackBits