The napari hub is transitioning to a community-run implementation due to launch in June 2025.
Since October 1, 2024, this version is no longer actively maintained and will not be updated. New plugins and plugin updates will continue to be listed.

Napari Vector Graphics

napari-vector-graphics

Helper plugin to export napari viewer content as SVG

Workflow step:
Visualization

License BSD-3 PyPI Python Version tests codecov napari hub

Helper plugin to export napari viewer content as SVG


This napari plugin was generated with copier using the napari-plugin-template.

Installation

You can install napari-vector-graphics via pip:

pip install napari-vector-graphics

If you want to be able to vectorize segmentation layers, you will need python-opencv-headless. To install it, run:

pip install "napari-vector-graphics[all]"

To install latest development version :

pip install git+https://github.com/JoOkuma/napari-vector-graphics.git

Contributing

Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.

License

Distributed under the terms of the BSD-3 license, "napari-vector-graphics" is free and open source software

Issues

If you encounter any problems, please file an issue along with a detailed description.

Version:

  • 0.1.0

Last updated:

  • 02 January 2025

First released:

  • 02 January 2025

License:

Supported data:

  • Information not submitted

Plugin type:

GitHub activity:

  • Stars: 3
  • Forks: 0
  • Issues + PRs: 1

Python versions supported:

Operating system:

Requirements:

  • numpy
  • drawsvg
  • qtpy
  • scikit-image