scalableminds / webknossos-libs

Python API and CLI tools for working with WEBKNOSSOS datasets, annotations and server interactions. Includes converter to OME-Zarr.
https://docs.webknossos.org/webknossos-py/index.html
23 stars 12 forks source link

Allow live compression for tiled cubing #44

Open philippotto opened 6 years ago

jstriebel commented 2 years ago

I assume this is fixed via the new add_layer_from_images() method, right? (see PR #741) @philippotto Do you agree? Should we still leave this open?

philippotto commented 2 years ago

Maybe! Does the current add_layer_from_images implementation support tiled images? If yes, how would one use that?

jstriebel commented 2 years ago

Ah, so tiled means 2D tiles in xy, right? That's not possible yet, but should be relatively simple to add 👍

philippotto commented 2 years ago

Ah, so tiled means 2D tiles in xy, right?

Exactly!