libpressio
Library to abstract between compressors and their configurations
Library to abstract between compressors and their configurations
To install this package, run one of the following:
pressio is latin for compression. LibPressio is a C++ library with C compatible bindings to abstract between different lossless and lossy compressors and their configurations. It solves the problem of having to having to write separate application level code for each lossy compressor that is developed. Instead, users write application level code using LibPressio, and the library will make the correct underlying calls to the compressors. It provides interfaces to represent data, compressors settings, and compressors.
Summary
Library to abstract between compressors and their configurations
Last Updated
Mar 15, 2024 at 00:06
License
BSD-3-Clause
Supported Platforms
GitHub Repository
https://github.com/robertu94/libpressioDocumentation
https://robertu94.github.io/libpressio