File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff 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}
2829BiocManager :: 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
You can’t perform that action at this time.
0 commit comments