toloudis
toloudis
## Description Trying to partially address #394: When lists are passed as the indices for a dimension, numpy has trouble getting the slicing order correct. This code change attempts to...
## Use Case SLDY is a newer 3i slidebook file format which AICS will be using. From my understanding it is a chunked format stored as numpy arrays. Not sure...
## Use Case readers for proprietary formats have various licensing requirements which may or may not be compatible with being bundled in aicsimageio. It could possibly enable more community development...
A very minimal zarr writer with lots of assumptions and hardcoded things Resolves #192
## Use Case User has a 6000x6000 TIFF file and wants to read a small crop area using dask or otherwise. Currently in the Reader, we only chunk on whole...
## System and Software * aicsimageio Version: 4.x * Python Version: any? * Operating System: any (web browser) ## Description Word wrap is broken in the tables in our docs:...
## Use Case For some users it might be easier to `conda install aicsimageio` ## Solution support both pip and conda
## Description let's see if this is even valid maybe it addresses #361
### Feature Description BioImage should be able to wrap an already in memory numpy array. ### Use Case This previously existed in aicsimageio and some scientists have asked for it....
### Feature Description It may benefit many users to be able to set compression parameters for both zarr and tiff writing. ### Use Case See https://github.com/AllenCellModeling/aicsimageio/issues/553 ### Solution Add compression...