toloudis
toloudis
I tried using the `dask_data` loader instead of `data` like this: ``` "bioio_load_func": lambda fp: bioio.BioImage(fp, reader=Reader).get_image_dask_data().compute(), ``` and got better results. (Still not awesomely fast) With the code path...
This is a pretty reasonable idea, but here's a couple thoughts: Writers aren't special in the sense that they don't conform to a particular API. (There's no base writer class)....
I like this idea, that readers should have an easy way to self-identify. does `__module__` return the name in a format you expect (e.g. `bioio-ome-tiff`)? Makes me wonder if such...