skillfed

dask-image

Distributed image processing

dask-image v2026.5.0 326.8K downloads/30d#7,574 on PyPI227
Permissive license BSD-3-Clause Active released

What it is and what it does

dask-image brings distributed computing to image processing by building on Dask's lazy evaluation and task scheduling. It allows you to work with image data as Dask arrays, automatically parallelizing operations across available CPU cores or a cluster of machines. The package integrates with numpy, scipy, pims, and tifffile to provide image I/O and standard processing routines in a distributed context.

It is designed for workflows where image datasets are too large to fit in memory on a single machine, or where you want to exploit parallelism to speed up batch processing. Since it is classified Pre-Alpha, the API and feature set are still evolving, and not all image processing operations may be available yet. It targets developers working with scientific imaging, remote sensing, or other domains involving large-scale image analysis.

Use it for:

  • Process multi-gigabyte satellite or microscopy image stacks that exceed single-machine RAM.
  • Parallelize batch image transformations (filtering, resizing, segmentation) across a compute cluster.
  • Build reproducible image analysis pipelines that scale from laptop to cloud without code changes.
  • Integrate distributed image operations into existing Dask workflows for data science projects.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Distributed image processing using Dask, enabling large-scale image operations across multiple cores or machines by parallelizing computations that would otherwise be memory-bound on a single system.

Yes, if you have large image datasets or need to parallelize image processing across multiple cores or machines. The low install friction, active maintenance, and permissive license make it a reasonable choice. However, Pre-Alpha status means the API may change and feature coverage is incomplete—evaluate whether the available operations match your use case before committing to it in production.

Install

dask-image on PyPI

pip

pip install dask-image

uv

uv add dask-image

poetry

poetry add dask-image

Installing dask-image

Before you install

Low friction installation with a pure-Python wheel and five well-established dependencies (dask, numpy, scipy, pims, tifffile). Actively maintained with a recent release and ongoing commits; classified as Pre-Alpha, so expect API changes and incomplete feature coverage.

License in practice

BSD-3-Clause is permissive, allowing commercial and private use with minimal restrictions beyond attribution and liability disclaimers.

Quickstart

pip install dask-image

import dask_image
import dask.array as da
# Load and process images using dask arrays for distributed computation

Requires Python 3.9 or later; best suited for workflows where image data exceeds available RAM or where parallelization across multiple workers is beneficial.

Verify before relying

  • Specific image formats and I/O operations supported beyond pims and tifffile integration.
  • Performance characteristics and scalability limits for typical distributed image workloads.
  • Maturity of individual algorithms given Pre-Alpha classification.

Package facts

License BSD-3-Clause (permissive)
Python support supports the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 5 — dask, numpy, scipy, pims, tifffile
Maintenance actively maintained — 79 days since the last release
Last repo commit
First released
Downloads 326,771/month — #7,574 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: dask_image-2026.5.0-py3-none-any.whl

Keywords: dask-image, dask, image

Development Status :: 2 - Pre-AlphaIntended Audience :: DevelopersLicense :: OSI Approved :: BSD LicenseNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.9

Tags

distributed image processingparallel image analysisdask image operationslarge-scale image computationout-of-core image processingscalable image workflowsdask array image processing
distributed-computingimage-processingscientific-computing

More Distributed Computing packages