The plugin now takes a long time to display large images. The bottleneck is when .data is called on BioImage objects. To optimize this, we plan to replace .data with .dask_data, which delays downloading the entire image at once.
Note: It seems to cause some lagging when viewing time-series images.
The plugin now takes a long time to display large images. The bottleneck is when
.data
is called on BioImage objects. To optimize this, we plan to replace .data with.dask_data
, which delays downloading the entire image at once.Note: It seems to cause some lagging when viewing time-series images.