4#ifndef MRIOEXTRAS_NO_ZLIB
Expected< void > zlibCompressStream(std::istream &in, std::ostream &out, int level=-1)
compress the input data using the Deflate algorithm
tl::expected< T, E > Expected
Definition MRExpected.h:31
Expected< void > zlibDecompressStream(std::istream &in, std::ostream &out)
only for bindings generation
Definition MRCameraOrientationPlugin.h:8