PolusAI / bfio

Interface to the Bioformats Java library
MIT License
11 stars 8 forks source link

Fixing zarr backend check #56

Closed sameeul closed 1 year ago

sameeul commented 1 year ago

The backend check is moved out from the base class to each child class so that in future both BioReader and BioWriter can support separate backends. Also, the backend check logic is slightly different based on reading vs writing.