Skip to content

Releases: cgohlke/liffile

v2025.1.31

31 Jan 21:27
Compare
Choose a tag to compare

Read Leica image files (LIF and LOF)

Liffile is a Python library to read image and metadata from Leica image file formats: LIF (Leica Image File) and LOF (Leica Object File).

Changes

  • Support LOF files.
  • Make LifFile.xml_header a function (breaking).

v2025.1.30

30 Jan 04:39
Compare
Choose a tag to compare

Read Leica image files (LIF)

Liffile is a Python library to read image and metadata from Leica image files (LIF). LIF files are written by LAS X software to store collections of images and metadata from microscopy experiments.

Changes

  • Remove LifFile.flim_rawdata (breaking).
  • Add index, guid, and xml_element_smd properties to LifImage.

v2025.1.26

27 Jan 02:39
Compare
Choose a tag to compare

Read Leica image files (LIF)

Liffile is a Python library to read image and metadata from Leica image files (LIF). LIF files are written by LAS X software to store collections of images and metadata from microscopy experiments.

Changes

  • Fix image coordinate values.
  • Prompt for file name if main is called without arguments.

v2015.1.25

25 Jan 22:05
Compare
Choose a tag to compare

Read Leica image files (LIF)

Liffile is a Python library to read image and metadata from Leica image files (LIF). LIF files are written by LAS X software to store collections of images and metadata from microscopy experiments.

Changes

  • Initial alpha release.