MLZMADataCompressor

Purpose

The MLZMADataCompressor is an extension which can be used by ML modules to compress data. It is loaded on startup time of MeVisLab and can be requested by the MLDataCompressorFactory class. Its typical use is to compress and decompress image data saved and loaded by the MLImageFormat classes.

For details about its compression flags, general file IO, and compression information see the MLImageFormat and MLDataCompressors and their documentation in the MeVisLab SDK.

Example

See the example of the MLImageFormatSave module and its Compression parameter.