Metadata-Version: 2.1
Name: napari-text-layer
Version: 0.1.2
Summary: Text layer for bio-image annotation.
Home-page: UNKNOWN
Author: Hanjin Liu
Author-email: liuhanjin-sc@g.ecc.u-tokyo.ac.jp
License: BSD 3-Clause
Download-URL: https://github.com/hanjinliu/napari-text-layer
Platform: UNKNOWN
Classifier: Framework :: napari
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# 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

- "&rarr;", "&larr;", "&uarr;", "&darr;" ... 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.


