Skip to content

feat: add getPlane callback to WriteOptions for custom zarr readers#1

Merged
thewtex merged 2 commits into
mainfrom
fetch-worker
Feb 17, 2026
Merged

feat: add getPlane callback to WriteOptions for custom zarr readers#1
thewtex merged 2 commits into
mainfrom
fetch-worker

Conversation

@thewtex

@thewtex thewtex commented Feb 17, 2026

Copy link
Copy Markdown
Contributor

Add GetPlane type and optional getPlane field to WriteOptions so
toOmeTiff() callers can provide their own zarr slice reader instead
of the built-in zarr.get(). This enables offloading blosc
decompression to a worker pool or bypassing it entirely when arrays
use bytesOnlyCodecs().

Add GetPlane type and optional getPlane field to WriteOptions so
toOmeTiff() callers can provide their own zarr slice reader instead
of the built-in zarr.get(). This enables offloading blosc
decompression to a worker pool or bypassing it entirely when arrays
use bytesOnlyCodecs().
Add getPlane to the features list, write options example, WriteOptions
reference table, and a dedicated usage section with a code example
showing how to combine bytesOnlyCodecs() with zarrGet to eliminate the
blosc round-trip during OME-TIFF conversion.
@thewtex thewtex merged commit f094508 into main Feb 17, 2026
1 check passed
@thewtex thewtex deleted the fetch-worker branch February 17, 2026 03:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant