Skip to content
Snippets Groups Projects
Forked from vaclab / ptb-latex
Source project has a limited visibility.
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.