constantinpape / z5

Lightweight C++ and Python interface for datasets in zarr and N5 format
MIT License
110 stars 27 forks source link

Support zarr data with big endian dtypes #196

Open constantinpape opened 2 years ago

constantinpape commented 2 years ago

Should be easy to implement because it is done for n5 already.

constantinpape commented 2 years ago

See #198