Napari Vector Graphics

Helper plugin to export napari viewer content as SVG

  • Jordão Bragantini

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:

  • 2025-01-02

First released:

  • 2025-01-02

License:

  • Copyright (c) 2024, Jordão Bra...

Supported data:

  • Information not submitted

Plugin type:

Open extension:

Save extension:

Python versions supported:

Operating system:

  • Information not submitted

Requirements:

  • numpy
  • drawsvg
  • qtpy
  • scikit-image
  • tox; extra == "testing"
  • pytest; extra == "testing"
  • pytest-cov; extra == "testing"
  • pytest-qt; extra == "testing"
  • napari; extra == "testing"
  • pyqt5; extra == "testing"
  • opencv-python-headless; extra == "all"
Website by the napari team, original design by CZI. Go to napari main website.