You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,16 +20,17 @@ as well as command line interface extensions for both OMERO and napari CLIs.
20
20
## Features
21
21
22
22
- GUI interface to browse remote OMERO data, with thumbnail previews.
23
-
- Loads remote nD images from an OMERO server into napari
24
-
- Upload annotations (`Labels`, `Shapes` and `Points`) to OMERO.
25
-
- Planes are loading on demand as sliders are moved ("lazy loading").
26
-
- Loading of pyramidal images as napari multiscale layers
27
-
- Session management (login memory)
28
-
- OMERO rendering settings (contrast limits, colormaps, active channels, current
23
+
- Load remote nD images from an OMERO server into napari
24
+
- Planes are loading on demand as sliders are moved ("lazy loading").
25
+
- Loading of pyramidal images as napari multiscale layers
26
+
- OMERO rendering settings (contrast limits, colormaps, active channels, current
29
27
Z/T position) are applied in napari
28
+
- Load ROIs from OMERO server into napari as `Shapes` or `Points`
29
+
- Upload napari annotation Layers (`Labels`, `Shapes` and `Points`) to OMERO.
30
+
- Session management (login memory)
30
31
31
32
> [!NOTE]
32
-
> The user experience when working with remote images, particularly large multiscale (pyramidal) ones, like whole slide images, can be significantly improved by using napari 0.5.0 or newer and enabling the experimental asynchronous mode (n the GUI in `Preferences > Experimental > Render Images Asynchronously` or with the environmental variable `NAPARI_ASYNC=1`).
33
+
> The user experience when working with remote images, particularly large multiscale (pyramidal) ones, like whole slide images, can be significantly improved by enabling the experimental asynchronous mode (n the GUI in `Preferences > Experimental > Render Images Asynchronously` or with the environmental variable `NAPARI_ASYNC=1`).
33
34
34
35
### as a napari dock widget
35
36
@@ -92,7 +93,7 @@ omero napari view Image:1
92
93
## installation
93
94
94
95
While this package supports anything above python 3.9,
95
-
In practice, python support is limited by `omero-py` and `zeroc-ice`,
96
+
in practice, python support is limited by `omero-py` and `zeroc-ice`,
96
97
compatibility, which is limited to python <=3.12 at the time of writing.
0 commit comments