Skip to content

Commit 634329a

Browse files
committed
update README columns
1 parent b024031 commit 634329a

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

README.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,27 @@ consistently across all pyramid levels
99
- **Delayed operations:** rotate/flip/flop/negate, cropping and slicing – performed lazily (without loading to memory) via `DelayedArray`.
1010
- **Backends:** HDF5 and Zarr on‑disk storage using **HDF5Array** and **Rarr** packages.
1111

12-
<div style="display: flex; align-items: left;">
13-
14-
<div style="flex: 1; padding-right: 20px;">
12+
<table>
13+
<tr>
14+
<td width="70%" valign="top">
1515
## What are image pyramids?
1616
An **image pyramid** is a multi‑scale representation built by repeatedly smoothing and down‑sampling an image (e.g. Gaussian/Laplacian pyramids).
1717
Pyramids make zooming, visualization, and scale‑aware analysis efficient – a staple in digital pathology and large microscopy images.
1818

1919
## Installation
20-
2120
You can install `r Biocpkg("ImageArray")` from Bioconductor with:
22-
23-
``` r
21+
``` r
2422
if (!requireNamespace("BiocManager", quietly = TRUE)) {
2523
install.packages("BiocManager")
2624
}
2725
BiocManager::install("ImageArray")
2826
```
29-
</div>
30-
31-
<div style="flex: 0 0 30%;">
32-
<img src="inst/extdata/dz-pyramid.png" alt="ImageArray logo" width="100%">
33-
</div>
34-
35-
</div>
27+
</td>
28+
<td>
29+
<img src="inst/extdata/dz-pyramid.png" alt="ImageArray logo" width="100%" hspace="10">
30+
</td>
31+
</tr>
32+
</table>
3633

3734
## Getting started
3835

0 commit comments

Comments
 (0)