dask-image
dask-image copied to clipboard
Distributed image processing
Increasingly there is a move by Python projects to use `pyproject.toml` to declare their metadata and dependencies and away from `setup.py`. Raising this issue to start discussion around how to...
**Describe the issue**: I was happy to use `dask-image` with processing many images with CPU. Now I want to look whether this task can be rather accelerated with GPU. Previously...
Code maintenance, fixing some errors that have popped up in the CI test suite. Mostly adjustments for code deprecation, and minor API changes in other libraries.
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.2.3 to 2.3.0. Release notes Sourced from coverallsapp/github-action's releases. v2.3.0 What's Changed Set default values as strings per GH Action requirements by @littleforest in coverallsapp/github-action#204 Allow pinning...
## Issue I use the imread function to load nd2 files recorded on Nikon microscopes that contain multiple series (i.e. multiple fields of view are imaged simultaneously) and multiple color...
**Describe the issue**: Hi, I am trying to use dask_image.imread.imread() to speed up the sub-volume extraction on my dataset of .jp2 format, but it throws an error when I extract...
For some file formats [aicsimageio](https://github.com/AllenCellModeling/aicsimageio) and [nd2](https://github.com/tlambert03/nd2/issues) return a sub-class of `da.core.Array`: [ResourceBackedDaskAray](https://github.com/tlambert03/resource-backed-dask-array) This PR relaxes the input type check to allow da.core.Array sub-classes in ndinterp functions. Closes #360
Hi there, I want to use `ndinterp.affine_transform` on images loaded with aicsimageio/[nd2](https://github.com/tlambert03/nd2/issues). For some image formats (e.g. `.nd2`) aicsimageio returns a [ResourceBackedDaskAray](https://github.com/tlambert03/resource-backed-dask-array) which is an instance of `da.Array`. However the...
Now that we have support for python 3.12 https://github.com/dask/dask-image/pull/370, it's a good idea to bump the highest GPU CI job to also use python 3.12 (don't want to let it...
We currently have the "Pre-Alpha" PyPI classifier in the setup for this repository: ``` "Development Status :: 2 - Pre-Alpha" ``` John [previously suggested](https://github.com/dask/dask-image/pull/306#discussion_r1282273663): > Maybe worth revisiting if this...