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