Skip to content

Commit 3138ddf

Browse files
Update README.md for new load ROi feature (#128)
Update README.md for new features related to ROI handling --------- Co-authored-by: Johannes Soltwedel <38459088+jo-mueller@users.noreply.github.com>
1 parent 1334014 commit 3138ddf

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,17 @@ as well as command line interface extensions for both OMERO and napari CLIs.
2020
## Features
2121

2222
- 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
2927
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)
3031

3132
> [!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`).
3334
3435
### as a napari dock widget
3536

@@ -92,7 +93,7 @@ omero napari view Image:1
9293
## installation
9394

9495
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`,
9697
compatibility, which is limited to python <=3.12 at the time of writing.
9798

9899
### from conda

0 commit comments

Comments
 (0)