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.
Loading and saving of image data.
The aim of imio is to be a lightweight image loading library for the file types supported by cellfinder, and brainreg.
- 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
- Tiff stack
- Tiff series
- nifti
pip install imio
Contributions to imio are more than welcome. Please see the developers guide.