Modules to read TechnoTeam LMK images and interface the .NET-API
lmk_image.py
Import of TechnoTeam LMK images. Supports binary and text formats but actually only binary formats are tested.
- camera images (*.pus)
- luminance images (*.pf)
- color images (?)
Format determined by internal file header, not by file name. Allows reading of all metadata of internal file-header as dictionary (no further conversion is done)
Writing of files currently not supported.
lmk.py
Access .NET-API in a more pythonish way.