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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
3
3
**ImageArray** provides a unified, memory‑efficient way to work with pyramidal and non‑pyramidal images using the `DelayedArray` package in Bioconductor.
4
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.
5
+
consistently across all pyramid levels without loading arrays in memory.
6
6
7
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
-
-**Delayed operations:** rotate/flip/flop/negate, cropping and slicing – performed lazily (without loading to memory) via `DelayedArray`.
9
+
-**Delayed operations:** rotate/flip/flop/negate, cropping and slicing – performed lazily (without loading in memory) via `DelayedArray`.
10
10
-**Backends:** HDF5 and Zarr on‑disk storage using **HDF5Array** and **Rarr** packages.
11
11
12
12
## What are image pyramids?
@@ -102,7 +102,7 @@ Level 2 (256,384)
102
102
```
103
103
104
104
We can crop or slice images via lazy/delayed indexing again without loading the
0 commit comments