Image I/O

The io modules takes care of importing image files and converting them into one of the internally used IPLT image formats, or exporting an IPLT image to one of the supported file formats.

On the C++ level, this task is handled by the (singleton) class IOManager, which provides an import and export interface. On the Python level, there are two convenience functions named LoadImage and SaveImage.