napari-tiler

napari-tiler

N-dimensional tiling and merging support for napari

License PyPI Python Version tests codecov napari hub PyPI - Downloads Code style: black Development Status

N-dimensional tiling and merging support for napari

This plugin allows the user to split an image into a stack of tiles and subsequently merge the tiles to reconstruct the orignal image. See Tiler by @thelay for more details.


This napari plugin was generated with Cookiecutter using @napari's cookiecutter-napari-plugin template.

Installation

You can install napari-tiler from the napari plugin manager. Go to Plugins -> Install/Uninstall Package(s), then search for napari-tiler. Click Install.

Option 2

You can also install napari-tiler via pip:

pip install napari-tiler

To install latest development version:

pip install git+https://github.com/tdmorello/napari-tiler.git

Quick Start

  1. Open a file in napari. The file may have any number of dimensions (e.g. z-stack, time series, ...)
  2. Start the plugin ( Plugins -> napari-tiler: make_tiles )
  3. Select the input layer from the dropdown box
  4. Select parameters for tiling
  5. Click Run

Contributing

This project uses Poetry for dependency management. To set up the development environment, it is recommended to use:

conda env create -f environment.yaml

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-tiler" is free and open source software

Issues

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

Version:

  • 0.0.9

Last updated:

  • 29 December 2021

First released:

  • 13 December 2021

License:

Supported data:

  • Information not submitted

Plugin type:

GitHub activity:

  • Stars: 5
  • Forks: 1
  • Issues + PRs: 1

Python versions supported:

Operating system:

Requirements:

  • importlib-metadata (<4.3); python_version < "3.8"
  • napari-plugin-engine (>=0.2.0,<0.3.0)
  • numpy (>=1.21.4,<2.0.0)
  • tiler (>=0.4.1,<0.5.0)
  • napari-tools-menu (>=0.1.7,<0.2.0)

Sign up to receive updates