You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-16Lines changed: 13 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# ImageArray
2
2
3
-
**ImageArray** provides a unified, memory‑efficient way to work with pyramidal and non‑pyramidal images using the `DelayedArray`infrastructure.
4
-
It stores large images in memory or on disk (**HDF5** or **Zarr**), exposes them through an array‑like API, and applies common image operations
5
-
consistently across all pyramid levels
3
+
**ImageArray** provides a unified, memory‑efficient way to work with pyramidal and non‑pyramidal images using the `DelayedArray`package in Bioconductor.
4
+
It stores large images in memory or on disk (as **HDF5** or **Zarr**), allows array‑like manipulations, and applies common image operations
5
+
consistently across all pyramid levels without loading arrays to memory.
6
6
7
-
-**Pyramids:** multi‑resolution stacks of, e.g., from Zarr or OME‑TIFF images as a single object.
7
+
-**Pyramids:** multi‑resolution stacks of, e.g., from HDF5, Zarr or OME‑TIFF (Bio-formats) images as a single object.
8
8
-**Interoperability:** plays nicely with image classes across R/Bioconductor, such as **EBImage** or **magick**.
9
9
-**Delayed operations:** rotate/flip/flop/negate, cropping and slicing – performed lazily (without loading to memory) via `DelayedArray`.
10
10
-**Backends:** HDF5 and Zarr on‑disk storage using **HDF5Array** and **Rarr** packages.
0 commit comments