Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

brainglobe/imio

Repository files navigation

This package has moved!

imio has been merged into brainglobe-utils and will no longer be provided standalone. If you want to continue using this package's functionality, we recommend you install brainglobe-utils and the corresponding submodule.


Python Version PyPI Downloads Wheel Development Status Tests codecov Code style: black Contributions

imio

Loading and saving of image data.

About

The aim of imio is to be a lightweight image loading library for the file types supported by cellfinder, and brainreg.

Supports loading of:

  • Tiff stack +
  • Tiff series (from a directory, a text file or a list of file paths). *+
  • nrrd
  • nifti (.nii & .nii.gz)

* Supports loading in parallel for speed

+ Suports scaling on loading. E.g. downsampling to load images bigger than the available RAM

Supports saving of:

  • Tiff stack
  • Tiff series
  • nifti

To install

pip install imio

Contributing

Contributions to imio are more than welcome. Please see the developers guide.