4#ifndef MRIOEXTRAS_NO_ZLIB
21MRIOEXTRAS_API Expected<void>
zlibCompressStream( std::istream& in, std::ostream& out,
int level = -1 );
Definition MRCameraOrientationPlugin.h:8
MRIOEXTRAS_API Expected< void > zlibDecompressStream(std::istream &in, std::ostream &out)
MRIOEXTRAS_API Expected< void > zlibCompressStream(std::istream &in, std::ostream &out, int level=-1)
compress the input data using the Deflate algorithm