diff --git a/webknossos/Changelog.md b/webknossos/Changelog.md index 2088cec64..b97583315 100644 --- a/webknossos/Changelog.md +++ b/webknossos/Changelog.md @@ -18,6 +18,7 @@ For upgrade instructions, please check the respective _Breaking Changes_ section ### Changed - Updated ruff to v0.4.0 [1047](https://github.com/scalableminds/webknossos-libs/pull/1047) +- Added NIfTI suffix .nii to list of supported bioformats suffixes. [#1048](https://github.com/scalableminds/webknossos-libs/pull/1048) ### Fixed diff --git a/webknossos/webknossos/dataset/_utils/pims_images.py b/webknossos/webknossos/dataset/_utils/pims_images.py index af9331789..c80044080 100644 --- a/webknossos/webknossos/dataset/_utils/pims_images.py +++ b/webknossos/webknossos/dataset/_utils/pims_images.py @@ -725,6 +725,7 @@ def get_valid_bioformats_suffixes() -> Set[str]: "raw", "xml", "gif", + "nii", }