This adds support for neuroglancer's compressed segmentations. Luckily there's a (fast) C++ implementation with Python bindings, that I used: https://github.com/janelia-flyem/compressedseg
@normanrz Is this fine license-wise? This seems to be licensed under BSD 3-clause and Apache 2.0
To support 64bit segmentations, I simply cast them to 32bit for webknossos at the moment. This might produce collisions and unwanted merges, but is probably fine at this stage. Should I open a wk issue to support this, or does this currently have no priority?
This adds support for neuroglancer's compressed segmentations. Luckily there's a (fast) C++ implementation with Python bindings, that I used: https://github.com/janelia-flyem/compressedseg @normanrz Is this fine license-wise? This seems to be licensed under BSD 3-clause and Apache 2.0
To support 64bit segmentations, I simply cast them to 32bit for webknossos at the moment. This might produce collisions and unwanted merges, but is probably fine at this stage. Should I open a wk issue to support this, or does this currently have no priority?
Testing: