An open API service indexing awesome lists of open source software.

https://github.com/hanjinliu/napari-text-layer

Text layer for bio-image annotation.
https://github.com/hanjinliu/napari-text-layer

napari napari-plugin

Last synced: 3 months ago
JSON representation

Text layer for bio-image annotation.

Awesome Lists containing this project

README

        

# napari-text-layer

Napari text layer for bio-image annotation.

![](https://github.com/hanjinliu/napari-text-layer/raw/main/GIFs/annot.gif)

![](https://github.com/hanjinliu/napari-text-layer/raw/main/GIFs/age.gif)

### Installation

You can install using pip:

```
pip install napari-text-layer
```

### Keybindings and mouse callbacks

- "→", "←", "↑", "↓" ... Move selected shapes by 1 pixel.
- "F2" ... Enter edit mode at the selected shape (or the last one if no shape is selected).
- "Enter" ... Finish edit mode or add a new shape at the same interval.
- "Ctrl" + "Shift" + "<" or ">" ... Change font size.
- double click ... Enter edit mode at the clicked shape.