webknossos-libs
webknossos-libs copied to clipboard
Dataset.from_images should split channel into layers
Context
- Affected library: webknossos
Expected Behavior
Dataset.from_images with a 3-channel uint16 should produce a Dataset with 3 uint16 layers.
Current Behavior
Dataset.from_images with a 3-channel uint16 produces a Dataset with 1 uint48 layer.