Skip to content

Commit 7f79edd

Browse files
committed
update README column
1 parent 634329a commit 7f79edd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@ consistently across all pyramid levels
1111

1212
<table>
1313
<tr>
14-
<td width="70%" valign="top">
14+
<td width="65%" valign="top">
15+
1516
## What are image pyramids?
17+
1618
An **image pyramid** is a multi‑scale representation built by repeatedly smoothing and down‑sampling an image (e.g. Gaussian/Laplacian pyramids).
1719
Pyramids make zooming, visualization, and scale‑aware analysis efficient – a staple in digital pathology and large microscopy images.
1820

1921
## Installation
22+
2023
You can install `r Biocpkg("ImageArray")` from Bioconductor with:
2124
``` r
2225
if (!requireNamespace("BiocManager", quietly = TRUE)) {
@@ -25,7 +28,7 @@ if (!requireNamespace("BiocManager", quietly = TRUE)) {
2528
BiocManager::install("ImageArray")
2629
```
2730
</td>
28-
<td>
31+
<td width="28%">
2932
<img src="inst/extdata/dz-pyramid.png" alt="ImageArray logo" width="100%" hspace="10">
3033
</td>
3134
</tr>

0 commit comments

Comments
 (0)