webknossos
webknossos copied to clipboard
Complete dtype feature support
This table should track the current state of wk dtype support.
| dtype | color layers | segmentation layers | histogram | thumbnail |
|---|---|---|---|---|
| uint8 | ✓ | ✓ | ✓ | ✓ |
| uint16 | ✓ | ✓ | ✓ | ✓ |
| uint24 rgb | ✓ | does not apply | ✓ | ✓ |
| uint32 | ✗ | ✓ | ✓ | ✓ |
| uint64 | ✗ | ✓ (til 2⁵³−1) | ✓ | ✓ (segmentation only) |
| int8 | ✗ | ✗ | ✗ | ✗ |
| int16 | ✗ | ✗ | ✗ | ✗ |
| int32 | ✗ | ✗ | ✗ | ✗ |
| int64 | ✗ | ✗ | ✗ | ✗ |
| float | ✓ | ✗ | ✓ | ✗ |
| double | ✗ | ✗ | ✗ | ✗ |