You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add_layer_from_images: allow single image folders, retry with bioformats (#829)
* add_layer_from_images: allow folders with single images, retry with bioformats
* add changelog entry, update docs, add one more testcase
* apply PR feedback
* fix for iterables
Copy file name to clipboardExpand all lines: webknossos/Changelog.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,10 @@ For upgrade instructions, please check the respective *Breaking Changes* section
17
17
### Added
18
18
19
19
### Changed
20
+
-`Dataset.from_images` and `dataset.add_layer_from_images` now try to import the images via the [bioformats](https://www.openmicroscopy.org/bio-formats) after all other options as well. [#829](https://github.com/scalableminds/webknossos-libs/pull/829)
20
21
21
22
### Fixed
23
+
-`dataset.add_layer_from_images` can now handle paths to folders which only contain a single image. [#829](https://github.com/scalableminds/webknossos-libs/pull/829)
0 commit comments