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.
- Host: GitHub
- URL: https://github.com/hanjinliu/napari-text-layer
- Owner: hanjinliu
- License: bsd-3-clause
- Created: 2021-10-29T07:34:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-22T07:28:14.000Z (over 3 years ago)
- Last Synced: 2025-02-02T00:31:46.846Z (3 months ago)
- Topics: napari, napari-plugin
- Language: Python
- Homepage:
- Size: 3.47 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# napari-text-layer
Napari text layer for bio-image annotation.


### 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.