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
This is because I didn't know how to stream it directly in memory, with correct size header etc.
Would be nice to work out how to do that, since I would expect it to be faster and cleaner.
The text was updated successfully, but these errors were encountered:
Currently we write zarr chunks to a local file and then serve that file:
omero-web-zarr/omero_web_zarr/views.py
Line 258 in 67bb245
This is because I didn't know how to stream it directly in memory, with correct size header etc.
Would be nice to work out how to do that, since I would expect it to be faster and cleaner.
The text was updated successfully, but these errors were encountered: