The MLImageFormat is a specific file format designed for the MeVis Image processing Library (ML).
Its files have the suffix .mlimage, preferable in lower case letters.
It supports the following features:
and ML module classes as public sources:
and in the ML*DataCompressor projects for data compression (see MLDataCompressor Overview):
The default file format version is MLImageFormatVersion.000.000.000, the currently used one is MLImageFormatVersion.000.001.000. It is located at the start of all .mlimage files and can be used to identify the file format and its version. The nine zero/one digits can change in future, however, the length, the separating dots and the introducing MLImageFormatVersion string will not change.
Future MLImageFormat modules should always be able to read files with these two version numbers if all used compressors are available.
For more information see the documentation of the ML modules classes or the class documentation in the SDK.