We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76bab6b commit 7a19c98Copy full SHA for 7a19c98
README.md
@@ -10,8 +10,8 @@ consistently across all pyramid levels
10
- **Backends:** HDF5 and Zarr on‑disk storage using **HDF5Array** and **Rarr** packages.
11
12
<table style="border: none!important">
13
-<tr>
14
-<td width="65%" valign="top">
+<tr style="border: none!important">
+<td width="65%" valign="top" style="border: none!important">
15
16
## What are image pyramids?
17
@@ -28,7 +28,7 @@ if (!requireNamespace("BiocManager", quietly = TRUE)) {
28
BiocManager::install("ImageArray")
29
```
30
</td>
31
-<td width="28%">
+<td width="28%" style="border: none!important">
32
<img src="inst/extdata/dz-pyramid.png" alt="ImageArray logo" width="100%" hspace="10">
33
34
</tr>
0 commit comments