Skip to content

Commit 4fd7607

Browse files
committed
add align to img
1 parent 7a19c98 commit 4fd7607

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ 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-
<table style="border: none!important">
13-
<tr style="border: none!important">
14-
<td width="65%" valign="top" style="border: none!important">
12+
<img
13+
src="inst/extdata/dz-pyramid.png"
14+
align="right" width="250" alt="image" hspace="10"
15+
/>
1516

1617
## What are image pyramids?
1718

@@ -27,12 +28,6 @@ if (!requireNamespace("BiocManager", quietly = TRUE)) {
2728
}
2829
BiocManager::install("ImageArray")
2930
```
30-
</td>
31-
<td width="28%" style="border: none!important">
32-
<img src="inst/extdata/dz-pyramid.png" alt="ImageArray logo" width="100%" hspace="10">
33-
</td>
34-
</tr>
35-
</table>
3631

3732
## Getting started
3833

0 commit comments

Comments
 (0)