Skip to content

v2025.2.8

Compare
Choose a tag to compare
@cgohlke cgohlke released this 08 Feb 03:45
· 8 commits to main since this release

Read Leica image files (LIF, LOF, XLIF, XLCF, XLEF, and LIFEXT)

Liffile is a Python library to read image and metadata from Leica image files: LIF (Leica Image File), LOF (Leica Object File), XLIF (XML Image File), XLCF (XML Collection File), XLEF (XML Experiment File), and LIFEXT (Leica Image File Extension).

Changes

  • Support LIFEXT files.
  • Remove asrgb parameter from LifImage.asarray (breaking).
  • Do not apply BGR correction when using memory block frames.
  • Avoid copying single frame to output array.
  • Add LifImage.parent_image and child_images properties.
  • Add LifImageSeries.find method.