Releases: cgohlke/liffile
Releases · cgohlke/liffile
v2025.1.31
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
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
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
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.