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
Fix add layer from images for unaligned topleft (#1036)
* fix issue with from_images when called with unaligned topleft.
* Adapt batch size for Zarr files to avoid corrupted data.
* Update Changelog.md
* Adapt copy to view to use relative bbox to access original image data.
* Replace conversion from nd to 3d bounding box with raising a runtime error.
* Change error message.
Copy file name to clipboardExpand all lines: webknossos/Changelog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ For upgrade instructions, please check the respective _Breaking Changes_ section
19
19
### Changed
20
20
21
21
### Fixed
22
+
- Fixed a bug, where using an unaligned topleft value for `add_layer_from_images` leads to corrupted data. [#1036](https://github.com/scalableminds/webknossos-libs/pull/1036)
0 commit comments