Skip to content
Snippets Groups Projects
cschrader's avatar
Christian Schrader authored
- added exception for license warning
- minor reformatting
fe9a280f
History
Name Last commit Last update
ttlmk
.gitignore
README.md
pyproject.toml

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.